flatly-pw / mobile-app

MIT License
0 stars 0 forks source link

Add bottom navigation #2

Closed zeraye closed 10 months ago

zeraye commented 10 months ago

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

Screenshot:

kemeyr commented 10 months ago

No problems