You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ class Example extends React.Component {
65
65
| enabledGestureInteraction | no |`true`| Defines if bottom sheet could be scrollable by gesture. |
66
66
| enabledHeaderGestureInteraction | no |`true`| Defines if bottom sheet header could be scrollable by gesture. |
67
67
| enabledContentGestureInteraction | no |`true`| Defines if bottom sheet content could be scrollable by gesture. |
68
-
| enabledContentTapInteraction | no |`true`| Defines whether bottom sheet content could be tapped. |
68
+
| enabledContentTapInteraction | no |`true`| Defines whether bottom sheet content could be tapped. **Note:** If you use `Touchable*` components inside your `renderContent`, you'll have to switch this to `false` to make handlers like `onPress` work. (See [this comment](https://github.com/osdnk/react-native-reanimated-bottom-sheet/issues/219#issuecomment-625894292).) |
69
69
| enabledManualSnapping | no |`true`| If `false` blocks snapping using `snapTo` method. |
70
70
| enabledBottomClamp | no |`false`| If `true` block movement is clamped from bottom to minimal snapPoint. |
71
71
| enabledBottomInitialAnimation | no |`false`| If `true` sheet will grows up from bottom to initial snapPoint. |
0 commit comments