Expo app: runs in Expo Go, white-screens as a real build
Stuck point
everything works in Expo Go on my phone, but the standalone build launches to a blank white screen and I cant see any logs to debug it.
progress status — how done is it, really?
that 27-pt gap is probably exactly where the last step is hiding.
What I need help with
how to debug + fix a production build that white-screens on launch.
Your first move
Build with an EAS development profile and open the dev menu to read the real crash log — a white screen on the standalone build is usually a missing env var or asset path.
the road everyone walks
every shipped app walked this exact road. being stuck partway isn't failing, it's the middle of the climb — and the AI read (48%) puts this project roughly here.
next stop: the core feature works · the thing it's actually for — where most stall.
want YOUR whole road plotted. every step, tool & why? plan your buildknow the missing piece? drop it in the room below.
help outProject story›
What's already working
all the screens + navigation + data work in Expo Go.
The goal
a real installable app I can put in TestFlight.