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.
As of React Native 0.62.0,
nativeDriver
must always be set inAnimated
.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