react-native-navigation-v2
react-native-navigation-v2 copied to clipboard
Up and running with React Native Navigation - V2 - by Wix
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
For part 2, click here.
Getting started
- Clone this repo
git clone https://github.com/dabit3/react-native-navigation-v2.git
- Change into the directory
cd react-native-navigation-v2
3 Install the dependencies
yarn
# or
npm install
- Run the project
react-native run-ios
# or
react-native run-android