react-native-svg-animated-linear-gradient
react-native-svg-animated-linear-gradient copied to clipboard
Add `useNativeDriver` prop
This PR introduces useNativeDriver
as a new prop to SvgAnimatedLinearGradient
. Latest React Native versions gives warning that Animated.timing()
must have explicitly set useNativeDriver
. It is currently just a warning but generates a lot of noise in logs.
Animated: `useNativeDriver` was not specified. This is a required option and must be explicitly set to `true` or `false`
I've been testing with @mskri update and lgtm. Can we get this merged, please?