oblador / react-native-lightbox

Images etc in Full Screen Lightbox Popovers for React Native
MIT License
2.82k stars 501 forks source link

Performance on android is slow :( #57

Open waleedarshad-vf opened 8 years ago

vedmant commented 5 years ago

Yeah, it takes about 20 seconds to open lightbox on android when I test with Expo, I see every frame, fame time is more than 1 second. That's unusable at all.

SergioReis97 commented 4 years ago

For anyone stumbling into this, try to go to react native developer menu and disable debugging (shacking the device or in the case of an emulator ctrl+m). I've had the issue of some animations being slow while debugging and this one appears to be due to the same reasons. I don't consider this a major issue since this will never happen on production builds