DOC: fix command for running ios (#1942)

This commit is contained in:
Eyal Chistik 2020-10-02 17:36:06 +03:00 committed by GitHub
parent 1ec1780864
commit e2964d507c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,7 +69,7 @@ The above command will build the app and install it. Once you launch the app it
* To run on iOS:
```
npx podinstall
npm run podinstall
npm start
```