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

Animated Driver Warning #11

Open zprobs opened 4 years ago

zprobs commented 4 years ago

Hello, This warning currently appears multiple times when rendering the component.

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

Can you please add the useNativeDriver option to silence the warning?

NickLewry commented 4 years ago

PR here: https://github.com/adorableio/react-native-animated-ellipsis/pull/12