react-native-photo-view
react-native-photo-view copied to clipboard
UI Thread dropping frames on RN 0.51
The ui thread frame rate dips when trying to load an image from a remote source. It was working fine on 0.49.5. Haven't tested on 0.50 since i skipped this one.
It basically waits for an image to load so the ui thread hangs. Very noticeable with large pictures.
Easily testable with setting props.source={{uri: ''}} there are no hang ups
Can you check If the changes in #139 fix the problem for you?
still the same
I'm experiencing exactly the same issue. #139 actually made it worse for me.I am using react-native-router-flux modal to show PhotoView. Everything was fine till the upgrade of RN 0.51. Now it hangs half way of the modal animation. With #139 All modal animations are gone.
Can confirm this problem as well.. Previously everything worked smoothly with RN 0.49. Did you guys now find a fix that works reliably?
sadly no this lib seems unmaintained. I'm using pure JS for my use case atm.
+1
anyone can run it on RN 0.53.3?

I also experience the same issue with "react-native": "0.55.4", "react-native-photo-view": "^1.5.2" and "react-navigation": "^2.5.5". Transition animation when navigating to a screen with PhotoView is very slow and stop at the middle. With #139 fixes, the screen actually stops before the transition happens.
#139 does not help