JSPM

expo-updates

0.24.11
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 473107
  • Score
    100M100P100Q173619F
  • License MIT

Fetches and manages remotely-hosted assets and updates to your app's JS bundle.

Package Exports

  • expo-updates
  • expo-updates/build/index.js
  • expo-updates/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-updates) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

expo-updates

The expo-updates module allows your app to download and manage remote updates to your application code.

This module works with a server that implements the Expo Update protocol.

The EAS Update hosted service implements this protocol.

To build a custom server that implements the protocol, see the example server source code here.

Installation in bare React Native projects

Learn how to install expo-updates in your project in the Installing expo-updates documentation page.