Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 774 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 774 Bytes

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