Skip to content

Commit

Permalink
Merge branch 'master' of github.com:codeandrobots/codeandrobots-app
Browse files Browse the repository at this point in the history
  • Loading branch information
chico committed May 24, 2019
2 parents f96eb92 + 494b7f5 commit 90cebc5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ If you see the error "Operation not permitted, lstat" then try the following:

2. Run the app in a different terminal or command prompt, see **Step 7** above

#### Could not dispatch a message to the daemon

If you see the error "Could not dispatch a message to the daemon" then run ```adb devices``` and make sure that the daemon is running or starts successfully and also that your attached device is listed.

### App Properties

When running the app locally, it will rely on the properties defined in your local `.env` file.
Expand Down
5 changes: 5 additions & 0 deletions SETUP_WINDOWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,9 @@ If you see the error "Operation not permitted, lstat" then try the following:

2. Run the app in a different terminal or command prompt
* ```react-native run-android --variant=devDebug```

#### Could not dispatch a message to the daemon

If you see the error "Could not dispatch a message to the daemon" then run ```adb devices``` and make sure that the daemon is running or starts successfully and also that your attached device is listed.


0 comments on commit 90cebc5

Please sign in to comment.