JSPM

@expo/dev-tools

0.1.0-alpha.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2144
  • Score
    100M100P100Q133877F
  • License MIT

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