Skip to content

Commit

Permalink
Update instructions for opening with expo
Browse files Browse the repository at this point in the history
  • Loading branch information
gaykov committed Sep 25, 2018
1 parent 22209dc commit 4d1990b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,15 @@ yarn install

#### 2. Open RNS with Expo

Install Expo XDE (https://expo.io/tools), open your cloned project there and press "Open on Device".
First, you need to install Expo CLI (if you don't have it yet). You can do it by running the following command in terminal:
```
npm install expo-cli --global
```

Then you can start the project by going to the project's folder and running there:
```
expo start
```

That's it! Cool, right?

Expand Down

0 comments on commit 4d1990b

Please sign in to comment.