Open hjhimanshu01 opened 4 years ago
Same here. I’m getting that everytime i open or close an image?
I found a temporary solution. Go to node_modules/react-native-image-view/src/ImageView.js and add useNativeDriver: true
to everywhere you see Animated.timing. This is an example
I found a temporary solution. Go to node_modules/react-native-image-view/src/ImageView.js and add
useNativeDriver: true
to everywhere you see Animated.timing. This is an example
then i getError: Style property 'backgroundColor' is not supported by native animated module
Instead of using animatedBackgroundColor on line 778 i’m using my own colour
Also getting this issue. @antonKalinin please fix
you can use https://github.com/jobtoday/react-native-image-viewing @AndriesJacobus
Hey there, I'm getting this warning
Animated: useNativeDriver was not specified. This is a required option and must be explicitly set to true or false
, I'm not sure what this relates to ?