We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using this library with React 0.62.2, and I receive a lots of warning:
"Animated: 'useNativeDriver' was not specified. This is a required option and must be explicity set to true or false".
Found the same issue by another user in Stackoverflow https://stackoverflow.com/questions/61709022/react-native-video-controls-warning-animated-usenativedriver-was-not-specifie
Is this library ok for react native > 0.6 ?
The text was updated successfully, but these errors were encountered:
It'll work with RN 60+...I'll patch out the error.
Sorry, something went wrong.
lint, fix #164, #172, #178
65ab7c3
Resolved as of v2.5
No branches or pull requests
I am using this library with React 0.62.2, and I receive a lots of warning:
"Animated: 'useNativeDriver' was not specified. This is a required option and must be explicity set to true or false".
Found the same issue by another user in Stackoverflow
https://stackoverflow.com/questions/61709022/react-native-video-controls-warning-animated-usenativedriver-was-not-specifie
Is this library ok for react native > 0.6 ?
The text was updated successfully, but these errors were encountered: