abdi

Results 11 comments of 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 ![Screenshot 2020-07-08 at 19 43 50](https://user-images.githubusercontent.com/43745412/86957951-5b834f80-c153-11ea-9065-695472957184.png)

Instead of using animatedBackgroundColor on line 778 i’m using my own colour ![Screenshot 2020-09-01 at 16 14 01](https://user-images.githubusercontent.com/43745412/91870092-87601480-ec6e-11ea-8ec1-ff0965138161.png)

I applied the patch and followed your steps, unfortunately this doesn't work 😞

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?