react-native-svg-animated-linear-gradient icon indicating copy to clipboard operation
react-native-svg-animated-linear-gradient copied to clipboard

Add `useNativeDriver` prop

Open mskri opened this issue 4 years ago • 1 comments

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`

mskri avatar Apr 07 '20 17:04 mskri

I've been testing with @mskri update and lgtm. Can we get this merged, please?

joebernard avatar Apr 29 '20 17:04 joebernard