Here are the changes to get the navigation to work correctly with the BottomTabNavigator. You had your Stack defined in two places, one in index.tsx and the other in BottomTabNavigator so it was picking one to use.
I left the one in index.tsx commented out, but I'm happy to take this further or if you want to take it from here.
Closes #71
Hi 👋
Here are the changes to get the navigation to work correctly with the BottomTabNavigator. You had your
Stack
defined in two places, one inindex.tsx
and the other inBottomTabNavigator
so it was picking one to use.I left the one in
index.tsx
commented out, but I'm happy to take this further or if you want to take it from here.Hopefully this is what you're looking for.
Changes Proposed in this Pull Request:
@BekahHW