GitHunt
DA

dabit3/react-native-navigation-v2

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

  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

Languages

JavaScript55.5%Objective-C25.6%Python10.1%Java8.7%
Created July 23, 2018
Updated May 25, 2025
dabit3/react-native-navigation-v2 | GitHunt