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
As per the latest react native versions using Animated.spring,Animated.timing should include useNativeDriver field to be true or false set,
Please add that to get rid of the warning created by react native,
backend.js:32 Animated: useNativeDriver was not specified. This is a required option and must be explicitly set to true or false
The text was updated successfully, but these errors were encountered:
As per the latest react native versions using Animated.spring,Animated.timing should include useNativeDriver field to be true or false set,
Please add that to get rid of the warning created by react native,
backend.js:32 Animated: useNativeDriver was not specified. This is a required option and must be explicitly set to true or false
As per the latest react native versions using
Animated.spring,
Animated.timing
should includeuseNativeDriver
field to be true or false set,Please add that to get rid of the warning created by react native,
backend.js:32 Animated:
useNativeDriver
was not specified. This is a required option and must be explicitly set totrue
orfalse
The text was updated successfully, but these errors were encountered: