react-native-in-app-notification icon indicating copy to clipboard operation
react-native-in-app-notification copied to clipboard

UseNativeDriver

Open shiftrtech opened this issue 5 years ago • 6 comments

Hi, is there a way to set "useNativeDriver" on notification animation, thanks.

shiftrtech avatar Nov 14 '18 18:11 shiftrtech

Afraid I don't know what that is sorry :(

robcalcroft avatar Nov 17 '18 13:11 robcalcroft

Hi, look at this:

https://facebook.github.io/react-native/blog/2017/02/14/using-native-driver-for-animated

shiftrtech avatar Nov 17 '18 15:11 shiftrtech

Apologies I don't really have time at the moment to look into implementing that but happy to accept pull requests 😄

robcalcroft avatar Nov 19 '18 23:11 robcalcroft

Created a PR for this https://github.com/robcalcroft/react-native-in-app-notification/pull/43

renatomserra avatar Jul 14 '20 10:07 renatomserra

I have this warning when I use showNotification Animated: useNativeDriver was not specified. This is a required option and must be explicitly set to true or false how can i resolve it?

MahmonirB avatar Sep 23 '20 09:09 MahmonirB

I have this warning when I use showNotification Animated: useNativeDriver was not specified. This is a required option and must be explicitly set to true or false how can i resolve it?

This warning seems solved but still exists in the package on npm. I switched to the version on master and the warning no longer exists.

timerg avatar Dec 09 '20 06:12 timerg