Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix warning in RN 0.62.0+ #10

Closed
wants to merge 1 commit into from

Conversation

bell-steven
Copy link

@bell-steven bell-steven commented Mar 27, 2020

As of React Native 0.62.0, nativeDriver must always be set in Animated.

Running this package in a RN 0.62.0+ app will result in the following error being show:
Animated: 'useNativeDriver' was not specified. This is a required option and must be explicitly set to 'true' or 'false'.

The question at this point, is whether it should be set to false, but I will leave that for you to decide.

Closes #11 #15

@MichaelHuy
Copy link

@BaseCase @mcavaliere Could you help review and merge?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Animated Driver Warning
3 participants