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
Our app bundle size is almost 8mb and we are already on latest react native with hermes enabled. There is one thing, we are using lottie animation in splash screen.
in firebase performance, we are seeing many if users are facing more than 5 seconds cold start time.
Few of the solutions i searched is Ram bundler but thats isn't required if hermes is enabled.
Can anyone suggest a better solution to the problem?