https://github.com/dailydrip/react-native-navigation-sample
Sample using React Native Navigation
https://github.com/dailydrip/react-native-navigation-sample
dailydrip drawer-navigation react-native tab-navigation
Last synced: about 1 year ago
JSON representation
Sample using React Native Navigation
- Host: GitHub
- URL: https://github.com/dailydrip/react-native-navigation-sample
- Owner: dailydrip
- Created: 2017-01-29T23:59:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-07-07T06:27:55.000Z (almost 4 years ago)
- Last Synced: 2025-04-13T00:43:28.757Z (about 1 year ago)
- Topics: dailydrip, drawer-navigation, react-native, tab-navigation
- Language: Objective-C
- Size: 6.06 MB
- Stars: 97
- Watchers: 6
- Forks: 29
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-native-navigation-sample
This is a sample of how to use [React Navigation](https://reactnavigation.org/).
To understand it more, [check out this DailyDrip
video](https://www.dailydrip.com/topics/react-native/drips/getting-started-with-react-navigation).
## Drawer Navigator

[Example](https://github.com/dailydrip/react-native-navigation-sample/releases/tag/add-drawer-navigation)
## Tab Navigator

[Example](https://github.com/dailydrip/react-native-navigation-sample/releases/tag/add-tab-bar-navigation)
## Stack Navigator

[Example](https://github.com/dailydrip/react-native-navigation-sample/releases/tag/stack-navigator-two-screens)
### About DailyDrip

>This code is part of [React Native
>Drips](https://www.dailydrip.com/topics/react-native/), a daily and continous
>learning website where you can just spend 5min a day and learn things.