abdi
abdi
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 
Instead of using animatedBackgroundColor on line 778 i’m using my own colour 
I applied the patch and followed your steps, unfortunately this doesn't work 😞
@SudoPlz any updates? i'm also facing this issue
I will try create a repro when time allows. As a temporary solution, I found downgrading to v1.1.0 lets me use that function without any issues (my project is on...
I double-checked and can confirm I copied everything correctly. Getting rid of that line leads to the other errors. That import is used by Flipper and after stripping it out...
Is there an update on this? I'm looking for a way to specify the output file for both android and ios to be .mp3?