You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Awesome little component but I noticed this warning Animated 'useNativeDriver' was not specified. This is a required option and must be explicitly set to 'true' or 'false'.
This can be fixed by adding useNativeDriver: false to each of the Animated.timing calls in the options.
Cheers
The text was updated successfully, but these errors were encountered:
Hello!
Awesome little component but I noticed this warning
Animated 'useNativeDriver' was not specified. This is a required option and must be explicitly set to 'true' or 'false'
.This can be fixed by adding
useNativeDriver: false
to each of the Animated.timing calls in the options.Cheers
The text was updated successfully, but these errors were encountered: