Solutionunvalidated
Make `app/(tabs)/home.jsx` the initial route by renaming it to `index.jsx` (e.g., use the tabs route group’s `index`), eliminating the need for a start redirect and the associated animation.
c9de7749-1795-48e6-939b-680a016806a9
Make app/(tabs)/home.jsx the initial route by renaming it to index.jsx (e.g., use the tabs route group’s index), eliminating the need for a start redirect and the associated animation.