Install React Navigation v6 and use the Bottom Tabs navigator to add two tabs to the app: the Home tab and the Bookmarks tab.
To do this, we'll wrap our app in a NavigationContainer
component and set up the two tabs in that tab navigator. In the process, we'll convert our Stories
component to be the Home
page of our app.
Resources:
Expo:
expo install react-native-screens react-native-safe-area-context
- read more** Android:**
yarn android
Checkpoint: Add a bottom tabs navigator