antonKalinin / react-native-image-view

Modal component to view images with zoom
https://expo.io/@antonkalinin/react-native-image-view
MIT License
323 stars 102 forks source link

Update animation to include useNativeDriver Property #82

Open Rutvik17 opened 3 years ago

Rutvik17 commented 3 years ago

As per the latest react native versions using Animated.spring, Animated.timing should include useNativeDriver field to be true or false set, Please add that to get rid of the warning created by react native, backend.js:32 Animated: useNativeDriver was not specified. This is a required option and must be explicitly set to true or false

dlwlrma00 commented 3 years ago

As per the latest react native versions using Animated.spring, Animated.timing should include useNativeDriver field to be true or false set, Please add that to get rid of the warning created by react native, backend.js:32 Animated: useNativeDriver was not specified. This is a required option and must be explicitly set to true or false

where should i put it ?