MJSSA / digital-library-mobile

The mobile application for Digital Library
0 stars 0 forks source link

Bottom Menu - UI #5

Closed GoelBiju closed 3 years ago

GoelBiju commented 3 years ago

Description:

Add the user interface for the bottom menu.

Acceptance criteria:

Provide links to the following:

Mockups:

image

image

GoelBiju commented 3 years ago

Check out React Navigation for handling the bottom tabs.

Looking into React Navigation further, TabNavigator helps us create bottom tabs.

All the icons supported by Expo: https://github.com/oblador/react-native-vector-icons

We can set Tab Navigator colours using tabBarOptions: https://stackoverflow.com/questions/61105084/how-to-set-the-background-color-of-tab-navigator

GoelBiju commented 3 years ago

The cast tab/screen has been omitted until it is clarified.