mirror of
https://github.com/zhigang1992/react-native-bottom-sheet.git
synced 2026-06-11 08:04:18 +08:00
* docs: updated readme file * docs: updated scrollables docs * docs: added custom-handle, react-navigation & touchables docs * chore: remove unused dependencies
299 B
299 B
Touchables
Due to wrapping the content and handle with TapGestureHandler & PanGestureHandler, any button's interaction would not function as expected.
To resolve this issue, please use touchables that this library provide.
- TouchableOpacity
- TouchableHighlight
- TouchableWithoutFeedback