Package Exports
- @expo/dev-tools
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@expo/dev-tools) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Expo Developer Tools
Expo Dev Tools is a web browser based control panel included in Expo CLI.
Expo Developer Tools supports:
- viewing logs from supporting services, (React Native Packager)
- viewing logs from your device
- publishing your project
- debugging connectivity
Developing
- Run
yarn dev ./path/to/expo-project. Make sure that anexpo-cliinstance is not currently running in that directory, as this script will handle running the project for you. - Your browser should open to
http://localhost:19002/which is the DevTools UI you are currently developing for.