numandev1 / react-native-bottomsheet-reanimated

React Native bottom sheet with fully native 60 FPS animations and awesome user experience
MIT License
276 stars 28 forks source link

[Bug] iOS Drag Feature not Responding to Touch #21

Open rahombus97 opened 3 years ago

rahombus97 commented 3 years ago

Hey, is anyone else experiencing on iOS where they aren't able to drag the bottom sheet with any touch events?

Although touch events are still registering if any elements such as <TouchableOpacity> within the bottom sheet are added.

package.json

 "react-native-interactable": "^2.0.1",
 "react-native-interactable-reanimated": "0.0.15",
 "react-native-reanimated": "^2.2.0",
numandev1 commented 3 years ago

@rahombus97 can you provide reproducible example