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

https://github.com/dabit3/react-native-navigation-v2

Up and running with React Native Navigation - V2 - by Wix
https://github.com/dabit3/react-native-navigation-v2

amazon-cognito authentication navigation react react-native react-native-navigation

Last synced: 14 days ago
JSON representation

Up and running with React Native Navigation - V2 - by Wix

Awesome Lists containing this project

README

        

# React Native Navigation (V2) by Wix - Getting Started (Part 1)

This repo goes along with the Medium post [React Native Navigation (V2) by Wix - Getting Started](https://medium.com/@dabit3/react-native-navigation-v2-by-wix-getting-started-7d647e944132)

![](https://cdn-images-1.medium.com/max/2000/1*3EosUHCDJ8Aupje3Ig4qHA.jpeg)

For part 2, click [here](https://github.com/dabit3/react-native-navigation-v2/tree/Part2).

## Getting started

1. Clone this repo

```bash
git clone https://github.com/dabit3/react-native-navigation-v2.git
```

2. Change into the directory

```bash
cd react-native-navigation-v2
```

3 Install the dependencies

```bash
yarn
# or
npm install
```

4. Run the project

```bash
react-native run-ios
# or
react-native run-android
```