79415653

Date: 2025-02-05 17:35:45
Score: 1
Natty:
Report link

So I had the same thing with Expo, but only on Android. It didn't bite me until my last refactor, but the "Loading..." component in the example _layout.tsx was causing the Expo router Stack to bounce back and forth whenever I would make a backend call from deep in the Stack. I removed the Loading code from _layout.tsx, created a component for and used it on the individual pages, which fixed the crashes. Oddly iOS and web didn't seem to care and worked anyway.

Reasons:
  • Whitelisted phrase (-1): I had the same
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: John Boardman