BekahHW / postpartum-wellness-app

An app to help moms monitor their well-being during the post-partum stage.
MIT License
43 stars 38 forks source link

add back button to navigation #77

Closed bmeverett closed 3 years ago

bmeverett commented 3 years ago

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 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.

Hopefully this is what you're looking for.

First Header Second Header
Screen Shot 2021-10-18 at 8 15 16 PM 2021-10-18 20 30 03

Changes Proposed in this Pull Request:

@BekahHW

BekahHW commented 3 years ago

@bmeverett, yessss! Thank you!!!!

image