in Animated for react native v62+, useNativeDriver is a required value. I saw this in particular for onPressIn and onPressOut for the Button component.

getting rid of yellow box errors on day one when 62 comes out fully
Same problem here. Would be great if we get a fix.
hi @ryanmagoon ,
i faced the same problem as you
i'm on
"react-native": "0.62.0",
"react-native-paper": "^3.6.0",
for me the problem was on Button with mode='contained'
so my work around was to :
mode propstyle={{backgroundColor:Theme.primary, elevation:7, border:0}}color={Theme.light}I have same problem too.
Waiting for update. Thanks
Same problem too and proposed workaround does not work, I have this error:

Fixed in v3.8
Most helpful comment
Fixed in v3.8