If you have any suggestions on this bug, I’ll try them out!
When I run my Expo Go app on my iOS device, my bottom tab navigation bar works as expected until I go back to a page that I have already been on.
For example, if I started on page A and go to page B and C, there is no problem. However, once I go back from page C to B or A, the app closes without an error message in the console.
Some nuances
- The app runs fine without this bug when I use the Android Studio emulator on my desktop.
- Another bug I have is that even though I have
<Tab.Navigator initialRouteName="Home" ...
on my tab navigator, my app only defaults to opening from the home page on the Android Studio emulator and opens on random pages when using my iOS device.
I’ve tried the following to no avail:
- Removing my homepage from the navbar to see if it was due to animations taking up too much storage.
- Navigating forwards and backwards between two completely blank pages (only View components).
- Updating all my packages
Thank you for your time!
New contributor
aspect is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.