···467467 theme={theme}
468468 onReady={() => {
469469 SplashScreen.hideAsync()
470470+ const initMs = Math.round(
471471+ // @ts-ignore Emitted by Metro in the bundle prelude
472472+ performance.now() - global.__BUNDLE_START_TIME__,
473473+ )
474474+ console.log(`Time to first paint: ${initMs} ms`)
475475+470476 // Register the navigation container with the Sentry instrumentation (only works on native)
471477 if (isNative) {
472478 const routingInstrumentation = getRoutingInstrumentation()