Open shiftrtech opened 5 years ago
Afraid I don't know what that is sorry :(
Apologies I don't really have time at the moment to look into implementing that but happy to accept pull requests 😄
Created a PR for this https://github.com/robcalcroft/react-native-in-app-notification/pull/43
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?
I have this warning when I use showNotification Animated:
useNativeDriver
was not specified. This is a required option and must be explicitly set totrue
orfalse
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.
Hi, is there a way to set "useNativeDriver" on notification animation, thanks.