FullstackStation / react-native-svg-animated-linear-gradient

A wrap SVG component for animated linear gradient
MIT License
435 stars 110 forks source link

Animated: `useNativeDriver` was not specified. This is a required 'option and must be explicitly set to `true` or `false` #31

Closed pankajvaghela closed 4 years ago

pankajvaghela commented 4 years ago

Allow passing prop for setting this property?

react-native animation issue

bobo717 commented 4 years ago

same here

virusvn commented 4 years ago

@0.4.0 support: useNativeDriver

kathawala commented 4 years ago

Can you put this release on npm?

I've currently pulled in the master branch from github in my project (to avoid the 'useNativeDriver' warning) but I'd like to be able to use a version hosted on npm.

@virusvn