Lines Matching refs:development
4 …ore about different tools, workflows and extensions available when working with development builds.
11 …u to iterate quickly. However, you can extend the capabilities of your development build to provid…
17 …development server. The `npx expo start` command exposes your development server on a publicly ava…
23 … by Expo. A development build of your app can load published updates without needing to check out …
27 When a development build launches, it will expose UI to load a development server, or to "Enter URL…
42 …ld of your custom client by opening a URL of the form `{scheme}://expo-development-client/?url={ma…
52 exp+app-slug://expo-development-client/?url=https%3A%2F%2Fu.expo.dev%2F767ADF57-B487-4D8F-9522-8554…
59 You can use our endpoint to generate a QR code that can be easily loaded by a development build.
61 …development-client` when supplied the query parameters such as `appScheme` and `url` will receive …
65 | `appScheme` | URL-encoded deeplinking scheme of your development build (defaults to `exp+{slug}` …
71 https://qr.expo.dev/development-client?appScheme=exp%2Bapps-slug&url=https%3A%2F%2Fu.expo.dev%2FF76…
78 These are a few examples of workflows to help your team get the most out of your development build.…
82 …est is updated and add a QR code that is used to view the change in a compatible development build.
88 Extensions allow you to extend your development client with additional capabilities.
125 …pdate extension provides the ability to view and load published updates in your development client.
127 It's available for all development clients `v0.9.0` and above. To install it, you'll need the most …
135 You can now view and load EAS Updates in your development build via the `Extensions` panel.
139 …development build of your project, you'll get a stable environment to load any changes to your app…
141 …dded and will only load bundles with the same `runtimeVersion`, in both development and production.