oblador / react-native-lightbox

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

[FIXED] onPanResponderMove is not a funciton issue and added the second necessary argument {useNativeDriver:true} option on Animated.event function #152

Open rahuld600 opened 2 years ago

rahuld600 commented 2 years ago
  1. Fixed the onPandResponderMove is not a function issue.
  2. Fixed the Animated.event requires a second argument issue.