react-native-easy-toast
react-native-easy-toast copied to clipboard
Add useNativeDriver as an option for Animation
Hi, i've seen useNativeDriver is not set for Animated api, why? Maybe we can add a prop in Toast component for that.
Thanks
My pull request her : #81
@crazycodeboy can we have this merged, please?
I am also facing the same issue.
Animated: useNativeDriver was not specified. This is a required option and must be explicitly set to true or false
When I use react-native-easy-toast
Did anyone have a solution to this?
Yes I have the same issue, it's necessary implement useNativeDriver for smother animations, any solution?
Any solution?
Any solution?
I went into the node modules and added it myself. I noticed this repo has been forked over 200 times so I assume that the creator is no longer maintaining it.
I did the same. For everyone else who is looking for a (palliative) solution, you guys can simply do the same as #81. It's super straightforward ;)
Someone who fixed it did so as follows: node_modules package> react native-easy-toast> index.js and add the following configuration:
In show function:

In close function:

Guys? anyone can merge pls?
Guys? anyone can merge pls?
You can try this too :)
