adorableio / react-native-animated-ellipsis

A simple, customizable animated dots component for use in React Native apps. Ideal for loading screens.
MIT License
80 stars 45 forks source link

Fix warning in RN 0.62.0+ #10

Closed bell-steven closed 2 years ago

bell-steven commented 4 years ago

As of React Native 0.62.0, nativeDriver must always be set in Animated.

Running this package in a RN 0.62.0+ app will result in the following error being show: Animated: 'useNativeDriver' was not specified. This is a required option and must be explicitly set to 'true' or 'false'.

The question at this point, is whether it should be set to false, but I will leave that for you to decide.

Closes #11 #15

MichaelHuy commented 4 years ago

@BaseCase @mcavaliere Could you help review and merge?