Skip to content

dabit3/react-native-navigation-v2

Repository files navigation

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

  1. Clone this repo
git clone https://github.com/dabit3/react-native-navigation-v2.git
  1. Change into the directory
cd react-native-navigation-v2

3 Install the dependencies

yarn
# or
npm install
  1. Run the project
react-native run-ios
# or
react-native run-android