diff --git a/native/app/Root.tsx b/native/app/Root.tsx index 51cb8fa0d..50f963a3b 100644 --- a/native/app/Root.tsx +++ b/native/app/Root.tsx @@ -136,6 +136,7 @@ function Root() { const { width } = useWindowDimensions(); const SCREEN_WIDTH = width; const stateHydrated = useGGStore((state) => state.stateHydrated); + const appReady = useGGStore((state) => state.appReady); useEffect(() => { if (SCREEN_WIDTH) { @@ -162,7 +163,7 @@ function Root() { return ( - + {appReady && }