Skip to content

Commit

Permalink
[FIX] Remove react-native global installs (#1886)
Browse files Browse the repository at this point in the history
Co-authored-by: Diego Mello <diegolmello@gmail.com>
  • Loading branch information
regalstreak and diegolmello authored Mar 17, 2020
1 parent b26f04b commit 48f90fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,11 +190,6 @@ jobs:
name: Restore NPM cache
key: node-modules-{{ checksum "yarn.lock" }}

- run:
name: Install React Native CLI
command: |
npm i -g react-native-cli
- run:
name: Install NPM modules
command: |
Expand Down Expand Up @@ -308,7 +303,6 @@ jobs:
- run:
name: Install NPM modules
command: |
yarn global add react-native react-native-cli
yarn
- run:
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,15 @@ Follow the [React Native Getting Started Guide](https://facebook.github.io/react
```bash
$ git clone git@github.com:RocketChat/Rocket.Chat.ReactNative.git
$ cd Rocket.Chat.ReactNative
$ yarn global add react-native-cli
$ yarn
```

- Run application
```bash
$ react-native run-ios
$ npx react-native run-ios
```
```bash
$ react-native run-android
$ npx react-native run-android
```

### Running single server
Expand Down

0 comments on commit 48f90fb

Please sign in to comment.