react-native-swipeable
react-native-swipeable copied to clipboard
Animated: `useNativeDriver` was not specified.
Receiving a warning when I swipe my listitem. Animated: useNativeDriver was not specified. This is a required option and must be explicitly set to true or false. This occurs when you are using an animation and not setting the native driver to true or false. Can you please update?
For example:
Animated.timing(animationState, { toValue: 1, duration: 250, useNativeDriver: true }).start()
I solved this by adding the patch to following line in react-native-swipeable/lib/index.js
useNativeDriver : true