-
Notifications
You must be signed in to change notification settings - Fork 274
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
Animated: useNativeDriver
was not specified.
#99
Comments
does anyone know how to fix this? |
Looks like #101 is a fix - any idea why this isn't being merged? |
Would be really interested in this fix being merged as well... |
@jshanson7 any chance to merge this useNativeDriver fix soon ? Thx. |
@jshanson7 Would also really like the fix to be merged, thanks! |
@alejandroAhumada great package but would really like to get rid of this useNativeDriver warning. Please merge the pr mentioned above or fix it yourself if possible Thanks |
@alejandroAhumada It is a very nice package but I also would like to find a solution to the very annoying useNativeDriver warning. Please help us with a solution, Thank you |
Like most react-native libraries this one is likely leaving these issues and walking away. Other alternatives may be worth a look (react-native-swipeable-item may be an option... I know I'm going there) |
Waiting for a merge. |
I already made the modifications in the file, you can download it (link below) and replace the "index.js" file inside your "../node-modules/react-native-swipeable/lib" https://gist.github.com/rodolfocassorillo/a19caff2828bb5407db7044c8fcd926d |
can you send a PR? |
don't know why it's not already merged... @jshanson7 |
complementing this comment. use
|
still getting this |
WARN: Animated:
useNativeDriver
was not specified. This is a required option and must be explicitly set totrue
orfalse
.The new update of react native requires a modification in the use of Animated:
useNativeDriver
The text was updated successfully, but these errors were encountered: