Skip to content

Commit da0ba94

Browse files
authored
docs: Add more info about enabledContentTapInteraction prop (#240)
1 parent 0399cf8 commit da0ba94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class Example extends React.Component {
6565
| enabledGestureInteraction | no | `true` | Defines if bottom sheet could be scrollable by gesture. |
6666
| enabledHeaderGestureInteraction | no | `true` | Defines if bottom sheet header could be scrollable by gesture. |
6767
| 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).) |
6969
| enabledManualSnapping | no | `true` | If `false` blocks snapping using `snapTo` method. |
7070
| enabledBottomClamp | no | `false` | If `true` block movement is clamped from bottom to minimal snapPoint. |
7171
| enabledBottomInitialAnimation | no | `false` | If `true` sheet will grows up from bottom to initial snapPoint. |

0 commit comments

Comments
 (0)