Skip to content

Conversation

@felixclack
Copy link

Using this library the latest version of React Native (0.63.4) raises
warnings about explicitly setting useNativeDriver for the Animated
functions.

I considered hardcoding the value as false for instances of
Animated.event and Animated.spring to maintain the existing
behaviour but felt like exposing it as an option adds very little extra
complexity to the library while ensuring people can opt in to the native
animations if they want.

Using this library the latest version of React Native (0.63.4) raises
warnings about explicitly setting `useNativeDriver` for the `Animated`
functions.

I considered hardcoding the value as false for instances of
`Animated.event` and `Animated.spring` to maintain the existing
behaviour but felt like exposing it as an option adds very little extra
complexity to the library while ensuring people can opt in to the native
animations if they want.
@vqminh
Copy link

vqminh commented Mar 26, 2021

Please merge this to get rid of annoying warning

@rahuld600
Copy link

There is another such annoying warning, that I fixed on the latest PR, please check on that too : ) .

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.

3 participants