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/dom
- expo/dom/global
- expo/dom/global.js
- expo/dom/index.js
- expo/fetch
- expo/fetch.js
- expo/fingerprint
- expo/fingerprint.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. API Reference.
- includes core infrastructure for Expo modules:
expo-modules-core
andexpo-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 withnpx expo prebuild
, and aligns compatible package versions withnpx 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.