RelistenNet / relisten-mobile

2 stars 0 forks source link

Fix flash of red when opening the app #44

Closed alecgorge closed 5 months ago

alecgorge commented 6 months ago

fix the flash of red when opening the app by fixing the root issue that expo doesnt let us set a default "path" so we have to redirect on load

the solutions are either: expo adds a way to default to a nested path, or we move the first screen to the "root" path

example: https://github.com/expo/router/issues/428#issuecomment-1515743869