react-native-bottomsheet-reanimated icon indicating copy to clipboard operation
react-native-bottomsheet-reanimated copied to clipboard

[Bug] iOS Drag Feature not Responding to Touch

Open rahombus97 opened this issue 4 years ago • 1 comments

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 avatar Sep 01 '21 20:09 rahombus97

@rahombus97 can you provide reproducible example

numandev1 avatar Sep 02 '21 05:09 numandev1