react-native-swipeable
react-native-swipeable copied to clipboard
Can someone update the Animated function to set useNativeDriver ?
I'm having this problem:
WARN Animated: useNativeDriver was not specified. This is a required option and must be explicitly set to true or false.
System: OS: Windows 10 10.0.19042 CPU: (8) x64 Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz Memory: 5.70 GB / 15.94 GB Binaries: Node: 10.18.0 - C:\Program Files\nodejs\node.EXE Yarn: 1.19.2 - C:\Program Files (x86)\Yarn\bin\yarn.CMD npm: 6.13.4 - C:\Program Files\nodejs\npm.CMD SDKs: Android SDK: API Levels: 19, 22, 23, 25, 26, 27, 28, 29 Build Tools: 28.0.3, 29.0.0, 29.0.2 System Images: android-22 | Google APIs Intel x86 Atom, android-22 | Google APIs Intel x86 Atom_64, android-27 | Google APIs Intel x86 Atom IDEs: Android Studio: Version 4.1.0.0 AI-201.8743.12.41.6953283 npmPackages: react: 16.13.1 => 16.13.1 react-native: 0.63.3 => 0.63.3
same here
Oh yes, please!
Yes please!!
Same here to
I'm having this problem:
WARN Animated:
useNativeDriverwas not specified. This is a required option and must be explicitly set totrueorfalse.System: OS: Windows 10 10.0.19042 CPU: (8) x64 Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz Memory: 5.70 GB / 15.94 GB Binaries: Node: 10.18.0 - C:\Program Files\nodejs\node.EXE Yarn: 1.19.2 - C:\Program Files (x86)\Yarn\bin\yarn.CMD npm: 6.13.4 - C:\Program Files\nodejs\npm.CMD SDKs: Android SDK: API Levels: 19, 22, 23, 25, 26, 27, 28, 29 Build Tools: 28.0.3, 29.0.0, 29.0.2 System Images: android-22 | Google APIs Intel x86 Atom, android-22 | Google APIs Intel x86 Atom_64, android-27 | Google APIs Intel x86 Atom IDEs: Android Studio: Version 4.1.0.0 AI-201.8743.12.41.6953283 npmPackages: react: 16.13.1 => 16.13.1 react-native: 0.63.3 => 0.63.3
To fix check this: https://github.com/jshanson7/react-native-swipeable/pull/101/commits/9c18449237bb9b9c7f666103fbe0efefcb3338f6 just add this part in the index file: {useNativeDriver: true}
+1
+1
Look how I solve the problem: https://github.com/jshanson7/react-native-swipeable/issues/99#issuecomment-768435903