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
- Host: GitHub
- URL: https://github.com/dabit3/react-native-navigation-v2
- Owner: dabit3
- Created: 2018-07-23T23:55:38.000Z (almost 7 years ago)
- Default Branch: Part1
- Last Pushed: 2018-07-25T23:16:09.000Z (almost 7 years ago)
- Last Synced: 2025-04-18T10:29:26.197Z (16 days ago)
- Topics: amazon-cognito, authentication, navigation, react, react-native, react-native-navigation
- Language: JavaScript
- Size: 195 KB
- Stars: 72
- Watchers: 4
- Forks: 27
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)

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