I added bottom navigation to the main (App) component.
Now, you can edit dummy components with proper Home, Settings, Profile tab component.
Buttons on the bottom are touchable.
Every tab screen has:
<SafeAreaScreenWrapper>
{/* TODO: change this HelloWorldFeature with correct component (components which shows home tab) */}
<HelloWorldFeature />
</SafeAreaScreenWrapper>
If you plan to create for example Home tab, just replace your Home component with dummy HelloWorldFeature (and remove TODO comment!).
I added bottom navigation to the main (App) component. Now, you can edit dummy components with proper Home, Settings, Profile tab component. Buttons on the bottom are touchable.
Every tab screen has:
If you plan to create for example Home tab, just replace your Home component with dummy HelloWorldFeature (and remove TODO comment!).
Screenshot: