ssap_app/node_modules/expo
ananyak19 f0453fc9f0 first commit 2026-01-18 17:57:34 +05:30
..
android first commit 2026-01-18 17:57:34 +05:30
bin first commit 2026-01-18 17:57:34 +05:30
build first commit 2026-01-18 17:57:34 +05:30
config first commit 2026-01-18 17:57:34 +05:30
dom first commit 2026-01-18 17:57:34 +05:30
internal first commit 2026-01-18 17:57:34 +05:30
ios first commit 2026-01-18 17:57:34 +05:30
node_modules first commit 2026-01-18 17:57:34 +05:30
scripts first commit 2026-01-18 17:57:34 +05:30
src first commit 2026-01-18 17:57:34 +05:30
types first commit 2026-01-18 17:57:34 +05:30
virtual first commit 2026-01-18 17:57:34 +05:30
AppEntry.js first commit 2026-01-18 17:57:34 +05:30
Expo.podspec first commit 2026-01-18 17:57:34 +05:30
README.md first commit 2026-01-18 17:57:34 +05:30
bundledNativeModules.json first commit 2026-01-18 17:57:34 +05:30
config-plugins.d.ts first commit 2026-01-18 17:57:34 +05:30
config-plugins.js first commit 2026-01-18 17:57:34 +05:30
devtools.d.ts first commit 2026-01-18 17:57:34 +05:30
devtools.js first commit 2026-01-18 17:57:34 +05:30
expo-module.config.json first commit 2026-01-18 17:57:34 +05:30
fetch.d.ts first commit 2026-01-18 17:57:34 +05:30
fetch.js first commit 2026-01-18 17:57:34 +05:30
fingerprint.d.ts first commit 2026-01-18 17:57:34 +05:30
fingerprint.js first commit 2026-01-18 17:57:34 +05:30
metro-config.d.ts first commit 2026-01-18 17:57:34 +05:30
metro-config.js first commit 2026-01-18 17:57:34 +05:30
package.json first commit 2026-01-18 17:57:34 +05:30
react-native.config.js first commit 2026-01-18 17:57:34 +05:30
requiresExtraSetup.json first commit 2026-01-18 17:57:34 +05:30
template.tgz first commit 2026-01-18 17:57:34 +05:30
tsconfig.base.json first commit 2026-01-18 17:57:34 +05:30

README.md

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 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.