react-native-swipeable
react-native-swipeable copied to clipboard
Attempting to run JS driven animation on animated node that has been moved to "native" earlier by starting an animation with `useNativeDriver: true` AnimatedProps.AnimatedCompon
When I use the left & right button if swipe the left button for all row items (FlatList or SectionList) -> work fine. But when swipe to right button -> app crash with error throw:
Attempting to run JS driven animation on animated node that has been moved to "native" earlier by starting an animation with
useNativeDriver: true AnimatedProps.AnimatedCompon ...
"react": "16.5.0", "react-native": "0.57.1", "react-native-swipeable": "^0.6.0",
same error I am getting in register page