oblador / react-native-lightbox

Images etc in Full Screen Lightbox Popovers for React Native
MIT License
2.82k stars 502 forks source link

Add `useNativeDriver` as a configuration option #142

Open felixclack opened 3 years ago

felixclack commented 3 years ago

Using this library the latest version of React Native (0.63.4) raises warnings about explicitly setting useNativeDriver for the Animated functions.

I considered hardcoding the value as false for instances of Animated.event and Animated.spring to maintain the existing behaviour but felt like exposing it as an option adds very little extra complexity to the library while ensuring people can opt in to the native animations if they want.

vqminh commented 3 years ago

Please merge this to get rid of annoying warning

rahuld600 commented 2 years ago

There is another such annoying warning, that I fixed on the latest PR, please check on that too : ) .