Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'main' of github.com:bluesky-social/social-app into main

+6
+6
src/Navigation.tsx
··· 467 467 theme={theme} 468 468 onReady={() => { 469 469 SplashScreen.hideAsync() 470 + const initMs = Math.round( 471 + // @ts-ignore Emitted by Metro in the bundle prelude 472 + performance.now() - global.__BUNDLE_START_TIME__, 473 + ) 474 + console.log(`Time to first paint: ${initMs} ms`) 475 + 470 476 // Register the navigation container with the Sentry instrumentation (only works on native) 471 477 if (isNative) { 472 478 const routingInstrumentation = getRoutingInstrumentation()