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 Project Manager
Expo project manager supports
- viewing logs from supporting services, (React Native Packager)
- viewing logs from your device
- publishing your project
- debugging connectivity
How to run locally?
bootstrap .
yarn start <some-expo-project-dir>The command starts a development server and opens the UI in your web browser.
How to cut a release and version?
TBA