Skip to content

Commit

Permalink
Adding usefull Expo CLI in react-native.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tpmai22 committed Mar 11, 2022
1 parent e64b85d commit 3548668
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/docs/docs/tools-and-technologies/react-native.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,10 @@ Click on `debug remote JS` and then you can work on debugging the application us
Remember to turn off `Remote JS debugging` mode or it will slow down the application

:::

## List of Useful Expo CLI Commands

We did not use `Renovate-Bot` for our `mobile` subfolder. Instead [Expo CLI](https://docs.expo.dev/workflow/expo-cli/) provide us with some helpful commands to diagnose and update our expo app.

- `expo doctor`: Diagnose issues with the project (option`--fix-dependencies` help you to fix incompatible dependencies)
- `expo upgrade` or `expo update`: Upgrade the project packages and config for the given SDK

0 comments on commit 3548668

Please sign in to comment.