react-native-swipeable icon indicating copy to clipboard operation
react-native-swipeable copied to clipboard

Can someone update the Animated function to set useNativeDriver ?

Open rodolfocassorillo opened this issue 4 years ago • 8 comments

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

rodolfocassorillo avatar Nov 16 '20 14:11 rodolfocassorillo

same here

marciioluucas avatar Nov 25 '20 01:11 marciioluucas

Oh yes, please!

SK-DNS-NET avatar Nov 25 '20 12:11 SK-DNS-NET

Yes please!!

silvioalbertoscarfo91 avatar Nov 27 '20 13:11 silvioalbertoscarfo91

Same here to

abdullahIsa avatar Dec 24 '20 05:12 abdullahIsa

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

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}

abdullahIsa avatar Dec 24 '20 05:12 abdullahIsa

+1

Geek-Jokey avatar Jan 19 '21 11:01 Geek-Jokey

+1

garridio85 avatar Jan 23 '21 22:01 garridio85

Look how I solve the problem: https://github.com/jshanson7/react-native-swipeable/issues/99#issuecomment-768435903

rodolfocassorillo avatar Jan 27 '21 17:01 rodolfocassorillo