Skip to content

Commit d99d69d

Browse files
author
Dabit
committed
updated readme
1 parent 22ec794 commit d99d69d

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

README.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# React Native Navigation (V2) by Wix - Getting Started
2+
3+
This repo goes along with the Medium post [React Native Navigation (V2) by Wix - Getting Started](https://medium.com/@dabit3/react-native-navigation-v2-by-wix-getting-started-7d647e944132)
4+
5+
## Getting started
6+
7+
1. Clone this repo
8+
9+
```bash
10+
git clone https://github.com/dabit3/react-native-navigation-v2.git
11+
```
12+
13+
2. Change into the directory
14+
15+
```bash
16+
cd react-native-navigation-v2
17+
```
18+
19+
3 Install the dependencies
20+
21+
```bash
22+
yarn
23+
# or
24+
npm install
25+
```
26+
27+
4. Run the project
28+
29+
```bash
30+
react-native run-ios
31+
# or
32+
react-native run-android
33+
```

0 commit comments

Comments
 (0)