https://github.com/hyochan/react-navigation-sample
Examples for react-navigation v5 apis
https://github.com/hyochan/react-navigation-sample
Last synced: 5 months ago
JSON representation
Examples for react-navigation v5 apis
- Host: GitHub
- URL: https://github.com/hyochan/react-navigation-sample
- Owner: hyochan
- License: mit
- Created: 2019-11-23T13:47:24.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-07-20T05:26:32.000Z (over 2 years ago)
- Last Synced: 2025-08-03T05:46:25.005Z (5 months ago)
- Language: TypeScript
- Size: 997 KB
- Stars: 37
- Watchers: 2
- Forks: 26
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Navigation v6 Examples
### StackNavigator

- [Api doc](https://reactnavigation.org/docs/en/next/stack-navigator.html)
### DrawerNavigator

- [Api doc](https://reactnavigation.org/docs/en/next/drawer-navigator.html)
### BottomTabNavigator

- [Api doc](https://reactnavigation.org/docs/en/next/bottom-tab-navigator.html)
### MaterialTopTabNavigator

- [Api doc](https://reactnavigation.org/docs/en/next/material-top-tab-navigator.html)
### MaterialBottomTabNavigator

- [Api doc](https://reactnavigation.org/docs/en/next/material-bottom-tab-navigator.html)