react-native-bottomsheet-reanimated
react-native-bottomsheet-reanimated copied to clipboard
[Bug] iOS Drag Feature not Responding to Touch
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",
@rahombus97 can you provide reproducible example