An open API service indexing awesome lists of open source software.

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

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
```