JSPM

expo

52.0.0-canary-20241018-f71b3e0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1357237
  • Score
    100M100P100Q198672F
  • License MIT

The Expo SDK

Package Exports

  • expo
  • expo/AppEntry
  • expo/AppEntry.js
  • expo/config
  • expo/config-plugins
  • expo/config-plugins.js
  • expo/config.js
  • expo/devtools
  • expo/devtools.js
  • expo/fetch
  • expo/fetch.js
  • expo/metro-config
  • expo/metro-config.js
  • expo/package.json
  • expo/src/Expo.ts

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) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

expo

The expo package is a single package you can install in any React Native app to begin using Expo modules.

  • includes core infrastructure for Expo modules: expo-modules-core and expo-modules-autolinking.
  • bundles a minimal set of Expo modules that are required by nearly every app, such as expo-asset.
  • provides @expo/cli, a small CLI that provides a clean interface around both bundlers (such as Metro and Webpack) and native build tools (Xcode, Simulator.app, Android Studio, ADB, etc.), can generate native projects with npx expo prebuild, and aligns compatible package versions with npx expo install.
  • exposes a JavaScript module that configures an app at runtime as needed to use expo-font and to function in Expo Go (optional, only if applicable).

See CONTRIBUTING for instructions on working on this package.