Open
Description
React Native now complains if useNativeDriver
wasn't specified when animating.
reactxp/src/native-common/Button.tsx
Lines 372 to 381 in 3382b02
reactxp/src/native-common/Animated.tsx
Lines 160 to 167 in 3382b02
I can PR, but not sure if it's safe to just add useNativeDriver: true
?