This repo goes along with the Medium post React Native Navigation (V2) by Wix - Getting Started
For part 2, click here.
- 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