The native splash screen hider (SplashScreenHider/index.native.tsx) runs a 250ms opacity fade + 200ms scale animation after the app is ready. This is dead time added to every warm start measurement and user-perceived startup.
Reducing the animation duration is a low-risk way to shave time off both the metric and the user experience.
The native splash screen hider (
SplashScreenHider/index.native.tsx) runs a 250ms opacity fade + 200ms scale animation after the app is ready. This is dead time added to every warm start measurement and user-perceived startup.Reducing the animation duration is a low-risk way to shave time off both the metric and the user experience.