GeekyAnts / react-native-hamburger

Hamburger menu for react-native!
MIT License
134 stars 25 forks source link

Animated: `useNativeDriver` was not specified #8

Closed benomatis closed 2 years ago

benomatis commented 3 years ago

I'm getting the following warning when I click the Hamburger:

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

Could this be related to https://github.com/GeekyAnts/NativeBase/issues/3109?

benomatis commented 2 years ago

confirmed a duplicate of https://github.com/GeekyAnts/NativeBase/issues/3109 and fixed in https://github.com/GeekyAnts/NativeBase/pull/3278

Can manually be fixed by adding useNativeDriver: false to occurrences of Animated.spring or Animated.timing.