You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Augustin AFFOGNON 85fc9bd6d8
View
2 years ago
..
android View 2 years ago
bin View 2 years ago
build View 2 years ago
ios View 2 years ago
scripts View 2 years ago
tools View 2 years ago
AppEntry.js View 2 years ago
Expo.podspec View 2 years ago
README.md View 2 years ago
bundledNativeModules.json View 2 years ago
config-plugins.d.ts View 2 years ago
config-plugins.js View 2 years ago
config.d.ts View 2 years ago
config.js View 2 years ago
expo-module.config.json View 2 years ago
metro-config.js View 2 years ago
package.json View 2 years ago
react-native.config.js View 2 years ago
requiresExtraSetup.json View 2 years ago
tsconfig.base.json View 2 years ago

README.md

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.