# Usage
npx expo-doctor [options] [path]
For more information run npx expo-doctor --help
(or -h
)
Options | Description |
---|---|
-h, --help | output usage information |
-v, --version | output the version number |
Variable name | Description |
---|---|
EXPO_DOCTOR_SKIP_DEPENDENCY_VERSION_CHECK | Allow disabling the check for installed dependencies that are not compatible with the SDK version. |
EXPO_DOCTOR_ENABLE_DIRECTORY_CHECK | Enable experimental React Native Directory checks. |
- (First time only) Setup an alias inside your .zschrc so you can run the development version on other projects, e.g.,
alias nexpo-doctor="/path/to/expo/packages/expo-doctor/build/index.js"
- Run
yarn watch
inside of project folder. - In your test project, run
nexpo-doctor
The Expo source code is made available under the MIT license. Some of the dependencies are licensed differently, with the BSD license, for example.