-
Notifications
You must be signed in to change notification settings - Fork 173
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
React Native warning Animated: 'useNativeDriver' #93
Comments
Experiencing the same. |
Same. Warning states: |
Experiencing the same. |
1 similar comment
Experiencing the same. |
add a new prop to define whether or not to use nativeDriver
@tlgync Hmm... Editing files in the node modules folder is not a good idea. |
you need to fork it. |
library is not leveraging UI thread. Use this to solve your issue: react-native switch |
Hi. I used the library recently, and jad no problem. But, when I used today, the React NAtive throws the warning for useNativeDriver. Do you resolve this in a new PR, or has a way in the props to do that?
The text was updated successfully, but these errors were encountered: