react-native-swipeable icon indicating copy to clipboard operation
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

Open canhtran10 opened this issue 6 years ago • 1 comments

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",

canhtran10 avatar Dec 11 '18 04:12 canhtran10

same error I am getting in register page

KiranreddySrDev avatar Mar 30 '19 02:03 KiranreddySrDev