question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can someone update the Animated function to set useNativeDriver ?

See original GitHub issue

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® Core™ 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

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:4
  • Comments:8

github_iconTop GitHub Comments

4reactions
marciioluucascommented, Nov 25, 2020

same here

3reactions
silvioalbertoscarfo91commented, Nov 27, 2020

Yes please!!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Using Native Driver for Animated
Since Animated produces a graph of animated nodes, it can be serialized and sent to native only once when the animation starts, eliminating...
Read more >
Animated: `useNativeDriver` was not specified issue of ...
It gives a warning message: Animated: useNativeDriver was not specified. This is a required option and must be explicitly set to true or...
Read more >
Animated.event() with useNativeDriver returns an object, not a ...
This line checks if I have used useNativeDriver , and if so, returns the AnimatedEvent object, not a function. Therefore, any prop expecting ......
Read more >
How to Fix Animated: `useNativeDriver` was not specified ...
1- First solution for Animation and Animatable As the warning says, we need to specify the useNativeDriver option explicitly and set it to...
Read more >
Creating React Native animated toast messages from scratch
In the functions below, we will define the values and speed at which popAnim should change in certain cases. In line 18, we...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found