Skip to content

Commit 8c075e8

Browse files
author
Ajackster
committed
Added onOverlayPress to README
1 parent 105a95e commit 8c075e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ Also this example uses `react-native-vector-icons` for the button Icons.
9090
| outRangeScale | number | 1 | changes size of button during animation
9191
| onPress | function | null | fires, when ActionButton is tapped
9292
| onLongPress | function | null | fires, when ActionButton is long pressed
93+
| onOverlayPress | function | null | fires, when Overlay is pressed
9394
| icon | Component | + | Custom component for ActionButton Icon
9495
| backdrop | Component | false | Custom component for use as Backdrop (i.e. [BlurView](https://github.com/react-native-fellowship/react-native-blur#blur-view), [VibrancyView](https://github.com/react-native-fellowship/react-native-blur#vibrancy-view))
9596
| degrees | number | 135 | degrees to rotate icon

0 commit comments

Comments
 (0)