oblador / react-native-lightbox

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

Supress useNativeDriver warning #131

Closed HarshBhatia closed 4 years ago

HarshBhatia commented 4 years ago

https://reactnative.dev/blog/2017/02/14/using-native-driver-for-animated#how-do-i-use-this-in-my-app

SaveYourTime commented 4 years ago

@HarshBhatia I think we should set useNativeDriver to the default value false instead of true here. (When it set to true, it will cause the error.)

By the way, there might be other three Animated.spring function needs to be set useNativeDriver.

HarshBhatia commented 4 years ago

Ok, let me do that.

Michaelvons commented 4 years ago

@HarshBhatia I think we should set useNativeDriver to the default value false instead of true here. (When it set to true, it will cause the error.)

By the way, there might be other three Animated.spring function needs to be set useNativeDriver.

Works like charm !!!