webraptor / react-native-deck-swiper

tinder like react-native deck swiper
ISC License
134 stars 83 forks source link

Animated: useNativeDriver #27

Closed d22ier closed 4 years ago

d22ier commented 4 years ago

Hello, I updated expo from 36 to 39 and i had this error :

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

I searched on Google i found this issues : https://github.com/GeekyAnts/NativeBase/issues/3109

So i updated Swiper.js and added "useNativeDriver:false" to Animated.timing, Animated.spring and Animated.event.

https://pastebin.com/Hxipk7Ez

It seems to be working well !

webraptor commented 4 years ago

This has already been fixed in 2.0.3-beta, including latest release 2.0.5

Make sure you have the latest version installed.