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.

React Native v0.62 requires useNativeDriver to be explicitly declared

See original GitHub issue

This is the warning I am getting…

Animated: `useNativeDriver` was not specified. This is a required option and must be explicitly set to `true` or `false` in withAnimation(ProgressCircle)

withAnimation.js needs to be updated. Happy to send a PR, but am I correct that useNativeDriver cannot be true since we are using react-native-art?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:7
  • Comments:6

github_iconTop GitHub Comments

2reactions
dimatretyakcommented, Apr 2, 2020

Yes, kinda annoying because of constant warnings…

Just simple workaround for hiding an annoying warning

YellowBox.ignoreWarnings(['Animated: `useNativeDriver` was not specified']);
0reactions
cmmartincommented, Apr 18, 2020

Confirmed this is resolved in the latest

Read more comments on GitHub >

github_iconTop Results From Across the Web

React Native v0.62 requires useNativeDriver to be ... - GitHub
Getting this warning when the sheet animates: Animated: useNativeDriver was not specified. This is a required option and must be explicitly ...
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 >
Installation | React Native Reanimated - Software Mansion
Run pod install in the ios/ directory. info. In previous releases, the installation process was manual and required turning turbo modules on. Some...
Read more >
react-native-codegen | Yarn - Package Manager
Fast, reliable, and secure dependency management.
Read more >
types/react-native/index.d.ts - UNPKG
1, // Type definitions for react-native 0.62. 2, // Project: https://github.com/facebook/react-native. 3, // Definitions by: Eloy Durán ...
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