Lines Matching refs:of

11 Development builds allow you to iterate quickly. However, you can extend the capabilities of your d…
23 …t state of your JavaScript and asset files into an optimized "update". This update is stored on a …
36 …`expo.updates.url`](/versions/latest/config/app/#url) field. To see a list of channels, run `eas c…
38 {/* TODO: @aman move this section out of this page -- make it part of the main path or a standalone…
42 …n load your app on a device that has a compatible build of your custom client by opening a URL of
46 | `scheme` | URL scheme of your client (defaults to `exp+{slug}` where [`slug`](/versions/late…
47 | `manifestUrl` | URL-encoded URL of an update manifest to load. The URL will be `https://u.expo.de…
55 … and the `manifestUrl` is a project with an ID of `F767ADF57-B487-4D8F-9522-85549C39F43F` and a ch…
61 …VG image containing a QR code that can be easily scanned to load a version of your project in your…
65 | `appScheme` | URL-encoded deeplinking scheme of your development build (defaults to `exp+{slug}` …
66 | `url` | URL-encoded URL of an update manifest to load. The URL will be `https://u.expo.dev/…
74 …p-slug`, and the `url` is a project with an ID of `F767ADF57-B487-4D8F-9522-85549C39F43F` and a ch…
78 These are a few examples of workflows to help your team get the most out of your development build.…
84 …ent this workflow in your project using GitHub Actions or serve as a template in your CI of choice.
110 alt="An example of a custom menu button in expo-dev-menu"
115 > Subsequent calls of `registerDevMenuItems` will override all previous entries.
120 alt="An example list of EAS Update that can be loaded in the expo-dev-client."
127 …t clients `v0.9.0` and above. To install it, you'll need the most recent publish of `expo-updates`:
139of your project, you'll get a stable environment to load any changes to your app that are defined …
141 To enforce an API contract between the JavaScript and native layers of your app, you should set the…