You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even on the same Android Device - performance in Chrome browser is better than in the React Native App.
Potential solutions might include:
The new architecture
General refactoring
Specific changes to how React Native reanimated and Skia work - for example reducing the complexity of animations
Turning down the number of animations manually - e.g. using react native device info to make the number of animations a function of device memory/CPU etc
The text was updated successfully, but these errors were encountered:
Android Performance appears to lag iOS (and web).
Even on the same Android Device - performance in Chrome browser is better than in the React Native App.
Potential solutions might include:
The text was updated successfully, but these errors were encountered: