Package Exports
- expo
- expo/build/Expo.fx
- expo/build/ScreenOrientation/ScreenOrientation
- expo/build/Svg
- expo/build/launch/registerRootComponent
- expo/package.json
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 an umbrella package that contains the client-side code (ex: JavaScript) for accessing system functionality such as contacts, camera, and location in Expo apps.
Some of the Expo APIs are implemented in this package, while others are implemented in universal modules under the parent packages
directory.
See CONTRIBUTING for instructions on working on this package and the universal modules.