https://github.com/obytes/introduction-to-react-native-navigation
https://github.com/obytes/introduction-to-react-native-navigation
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/obytes/introduction-to-react-native-navigation
- Owner: obytes
- Created: 2019-08-18T18:38:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T07:31:33.000Z (about 3 years ago)
- Last Synced: 2025-01-11T13:50:52.308Z (12 months ago)
- Language: JavaScript
- Size: 3.66 MB
- Stars: 0
- Watchers: 9
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# introduction-to-react-native-navigation
Article to get stared with react-native-navigation 🚀 Check the article (here)[https://www.obytes.com/blog/2019/Intro-to-React-Native-Navigation/]
## Getting Started
First, clone the repo
```
$ git clone https://github.com/obytes/introduction-to-react-native-navigation
```
Next, load all the dependencies
```
$ cd introduction-to-react-native-navigation
$ npm install
```
Finally, run the project in your favorite platform
#### For IOS
```
$ react-native run-ios
```
#### For Android
> didn't link the react-native-navigation yet
```
$ react-native run-android
```