react-native-swipeable-item
react-native-swipeable-item copied to clipboard
Can't swipe or drag and drop with TextInput
Describe the bug Can't swipe or drag on a button with TextInput as children.
Steps to reproduce the behavior: Follow the instruction on this repo but have a TextInput instead of Text component.
This is an issue with react-native-gesture-handler
. See workaround here: https://github.com/software-mansion/react-native-gesture-handler/issues/668#issuecomment-733004914
This can be closed then, yea?