- License
- MIT
- Install Size
- 874.5 kB(146.7 MB)
- Vulns
- 1
- Published
$
npm install expo$
pnpm add expo$
yarn add expo$
bun add expo$
deno add npm:expo$
vlt install expo$
vp add expo# Run locally
$
npx expo$
pnpm exec expo$
npx expo$
bunx expo$
deno run npm:expo$
vlx expo$
vp exec expo# Create new project
$
npm create expo$
pnpm create expo$
yarn create expo$
bun create expo$
deno create npm:expo$
vlx expo$
vp create expoexpo
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-coreandexpo-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-fontand to function in Expo Go (optional, only if applicable).
See CONTRIBUTING for instructions on working on this package.