jshanson7 / react-native-swipeable

A powerful React Native swipe component.
MIT License
1.24k stars 271 forks source link

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 #77

Open canhtran10 opened 5 years ago

canhtran10 commented 5 years ago

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 withuseNativeDriver: trueAnimatedProps.AnimatedCompon ...

"react": "16.5.0", "react-native": "0.57.1", "react-native-swipeable": "^0.6.0",

KiranreddySrDev commented 5 years ago

same error I am getting in register page