Name Date Size #Lines LOC

..26-Sep-2023-

android/H26-Sep-2023-18,26515,250

bin/H26-Sep-2023-42

build/H26-Sep-2023-1,647720

cli/H26-Sep-2023-673537

e2e/H26-Sep-2023-3,3252,696

expo-updates-gradle-plugin/H26-Sep-2023-411314

guides/H26-Sep-2023-208145

ios/H26-Sep-2023-19,07514,773

plugin/H26-Sep-2023-12193

scripts/H26-Sep-2023-313228

src/H26-Sep-2023-2,0051,226

ts-declarations/xcode/H26-Sep-2023-481394

.eslintrc.jsH A D26-Sep-2023103 31

.gitignoreH A D26-Sep-20239 11

.npmignoreH A D26-Sep-2023183 128

CHANGELOG.mdH A D26-Sep-202360.6 KiB970589

DEVELOPMENT.mdH A D26-Sep-20234.6 KiB7743

README.mdH A D26-Sep-20231.3 KiB2920

app.plugin.jsH A D26-Sep-202355 21

babel.config.jsH A D26-Sep-2023104 31

bundle-expo-assets.shH A D26-Sep-2023462 1813

expo-module.config.jsonH A D26-Sep-2023439 1918

expo-updates.gradleH A D26-Sep-20232.2 KiB6548

jest.cli.config.jsH A D26-Sep-2023271 1514

package.jsonH A D26-Sep-20231.8 KiB6867

run-expo.batH A D26-Sep-202389 43

run-expo.shH A D26-Sep-202377 52

tsconfig.cli.jsonH A D26-Sep-2023450 1817

tsconfig.jsonH A D26-Sep-2023217 109

README.md

1<p>
2  <a href="https://docs.expo.dev/versions/latest/sdk/updates/">
3    <img
4      src="../../.github/resources/expo-updates.svg"
5      alt="expo-updates"
6      height="64" />
7  </a>
8</p>
9
10The `expo-updates` module allows your app to download and manage remote updates to your application code.
11
12This module works with a server that implements the [Expo Update protocol](https://docs.expo.dev/technical-specs/expo-updates-1/).
13
14The [EAS Update](https://docs.expo.dev/eas-update/introduction/) hosted service implements this protocol.
15
16To build a custom server that implements the protocol, see the example server source code [here](https://github.com/expo/custom-expo-updates-server).
17
18## Important documentation links
19
20- [Getting started](https://docs.expo.dev/eas-update/getting-started/)
21- [How EAS Update works](https://docs.expo.dev/eas-update/how-it-works/)
22- [Debugging](https://docs.expo.dev/eas-update/debug/)
23- [Migration from Classic Updates](https://docs.expo.dev/eas-update/migrate-from-classic-updates/)
24- [Updates JS API](https://docs.expo.dev/versions/latest/sdk/updates/)
25
26# Installation in bare React Native projects
27
28Learn how to install expo-updates in your project in the [Installing expo-updates documentation page](https://docs.expo.dev/bare/installing-updates/).
29