n4kz / react-native-pages

Easy to use page view component
Other
377 stars 83 forks source link

Android choppy/slow performance #4

Closed davebro closed 7 years ago

davebro commented 7 years ago

Just curious, is there a reason performance is so choppy/slow on Android? Are there considerations to be aware of with Android? I even have JS Dev Mode turned off in the Dev Settings, and it's still almost unusable. iOS is buttery smooth btw.

n4kz commented 7 years ago

I can confirm that android emulator and even devices have very poor performance in debug builds, but in my use case performance is acceptable in release builds. For this moment I see no possible improvements here, as all obvious things (like using pure components) are already done. I've tried to use native driver, but got stucked on complex animations.

davebro commented 7 years ago

Np, great job btw! Super nice on iOS, really like the animations you put in there.