[Android] Make Android startup time be at parity with iOS #24008
Labels
📮Known Issues
This indicates an issue that refers to a bug or limitation of RN that is not currently being handled
Resolution: Locked
This issue was locked by the bot.
Type: Discussion
Long running discussion.
Per discussion #19297, let's use this thread to post startup time metrics. The big hope is that Fabric and turbo modules will speed things up significantly.
To standardize our metrics, let's use the following code snippets:
AppDelegate.m
MainActivity.java
In App.js, end the timer with the first
onLayout
callback rather then render.App.js
On RN 59, these are the metrics I got
Please, only post metrics from real devices running the latest version of RN with production builds.
Also, please ensure you have no native dependencies in your app. Just the bare React Native app.
The text was updated successfully, but these errors were encountered: