Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 299 Bytes

touchables.md

File metadata and controls

9 lines (6 loc) · 299 Bytes

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