https://github.com/dulajkavinda/navigation-v5-rn
React Native Application using latest Navigation v5
https://github.com/dulajkavinda/navigation-v5-rn
react-native react-navigation
Last synced: 4 months ago
JSON representation
React Native Application using latest Navigation v5
- Host: GitHub
- URL: https://github.com/dulajkavinda/navigation-v5-rn
- Owner: dulajkavinda
- Created: 2020-04-25T15:42:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T08:10:01.000Z (over 5 years ago)
- Last Synced: 2025-03-27T08:53:34.120Z (7 months ago)
- Topics: react-native, react-navigation
- Language: JavaScript
- Homepage: https://reactnavigation.org/
- Size: 372 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Navigation V5
Example project used in React Native School's class on Mastering React Navigation V5.
You'll need to have [Expo](https://expo.io/learn) installed on your machine in order to follow along.
## Installation
- `git clone https://github.com/ReactNativeSchool/master-react-navigation-v5-class.git`
- `yarn install` / `npm install`## Running
- `yarn run ios`/`npm run ios` or `yarn run android`/`npm run android`
---
If you're interested in learning more about React Native be sure to visit [React Native School](https://www.reactnativeschool.com/) for dozens of React Native tutorials!