Open alejandroAhumada opened 4 years ago
does anyone know how to fix this?
Looks like #101 is a fix - any idea why this isn't being merged?
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.
1.Go to your node modules and navigate to 'react-native-swipeable' folder.
Worked for me.Not getting the warning.
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" But you must replace this file everytime you clean your project or when you start a new project. So if someone can merge the file in the repo will help the community.
https://gist.github.com/rodolfocassorillo/a19caff2828bb5407db7044c8fcd926d
can you send a PR?
don't know why it's not already merged... @jshanson7
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" But you must replace this file everytime you clean your project or when you start a new project. So if someone can merge the file in the repo will help the community.
https://gist.github.com/rodolfocassorillo/a19caff2828bb5407db7044c8fcd926d
complementing this comment. use npx patch-package react-native-swipeable
to persist modifications inside node_modules, and set this script inside package.json
"scripts": {
...
"postinstall": "patch-package"
}
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