react-native-lightbox icon indicating copy to clipboard operation
react-native-lightbox copied to clipboard

Performance on android is slow :(

Open waleedarshad-vf opened this issue 8 years ago • 2 comments

waleedarshad-vf avatar Oct 04 '16 12:10 waleedarshad-vf

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.

vedmant avatar Oct 20 '19 20:10 vedmant

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

SergioReis97 avatar Jan 08 '20 16:01 SergioReis97