Skip to content

Conversation

mskri
Copy link

@mskri mskri commented Apr 7, 2020

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`

This PR introduces `useNativeDriver` as a new prop to `SvgAnimatedLinearGradient`. Latest React Native versions gives warning that `Animated.timing()` must have explicitly set `useNativeDriver`.

    Animated: `useNativeDriver` was not specified. This is a required option and must be explicitly set to `true` or `false`
@joebernard
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants