| /expo/docs/ |
| H A D | deploy.sh | 82 redirects[development/eas-build]=development/build 107 redirects[development/compatibility]=development/introduction/ 108 redirects[clients/development-workflows]=development/development-workflows/ 109 redirects[clients/eas-build]=development/eas-build/ 115 redirects[clients/upgrading]=development/upgrading/ 128 redirects[development/build]=development/create-development-builds/ 129 redirects[development/getting-started]=development/create-development-builds/ 130 redirects[development/troubleshooting]=development/introduction/ 131 redirects[development/upgrading]=development/introduction/ 132 redirects[development/extensions]=development/development-workflows/ [all …]
|
| /expo/docs/pages/develop/development-builds/ |
| H A D | use-development-builds.mdx | 2 title: Use a development build 3 description: Learn how to use development builds for a project. 24 ## Start the development server 26 To start developing, run the following command to start the development server: 32 To open the project inside your development client: 42 alt="The launcher screen of a development build" 49 ## Rebuild a development build 53 ## Debug a development build 62 title="Share a development build with your team" 63 …description="Learn how to install and share the development with your team or run it on multiple d… [all …]
|
| H A D | create-a-build.mdx | 2 title: Create a development build 3 description: Learn how to create development builds for a project. 32 "development": { 44 The `development` profile sets the following options: 69 <Terminal cmd={['$ eas build --profile development --platform android']} /> 81 For example, the `development-simulator` profile below is only for creating a development build for… 86 "development-simulator": { 99 <Terminal cmd={['$ eas build --profile development-simulator --platform ios']} /> 125 <Terminal cmd={['$ eas build --profile development --platform android']} /> 141 <Terminal cmd={['$ eas build --profile development --platform ios']} /> [all …]
|
| H A D | introduction.mdx | 12 …eve web-like iteration speeds](https://blog.expo.dev/javascript-driven-development-with-custom-run… 17 …you can transition from using [Expo Go](https://expo.dev/client) to develop to a development build. 19 ## What is a development build 23 …development build** of your app is a Debug build that contains the `expo-dev-client` package. As a… 25 You can think of a development build as your version of the Expo Go client. 29 …development build. It is a library designed to support any workflow, release process, or set of de… 35 …description="Learn what are the prerequisites and installation steps to create a development build… 36 href="/develop/development-builds/installation"
|
| H A D | development-workflows.mdx | 4 …ore about different tools, workflows and extensions available when working with development builds. 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… 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 … 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 … [all …]
|
| H A D | share-with-your-team.mdx | 2 title: Share a development build with your team 3 description: Learn how to install and share the development with your team or run it on multiple de… 16 When a development build is ready, a shareable URL is generated for your build with instructions on… 19 …alt="An example of shareable development build URL after the Android internal distribution build i… 23 … register any new iOS devices after creating a development build, you'll need to create a new deve… 30 alt="An example of shareable development build URL from Expo dashboard." 46 Learn how to install multiple variants (development, preview, production) of an app on the 48 additional configuration that is required to start the development server for each variant. 64 …re about different tools, workflows and extensions available when working with development builds." 65 href="/develop/development-builds/development-workflows/"
|
| H A D | installation.mdx | 4 description: Learn what are the prerequisites and installation steps to create a development build. 12 In this guide, you'll learn what you need to install in your project to create a development build. 26 To initialize a development build, you need to install the `expo-dev-client` library in your projec… 49 title="Create development builds" 50 description="Learn about how you can create a development build." 51 href="/develop/development-builds/create-a-build"
|
| /expo/.github/workflows/ |
| H A D | development-client.yml | 9 # - .github/workflows/development-client.yml 14 # - .github/workflows/development-client.yml 46 working-directory: ../development-client-android-test 62 working-directory: ../development-client-android-test 65 working-directory: ../development-client-android-test 68 working-directory: ../development-client-android-test 101 working-directory: ../development-client-ios-test 117 working-directory: ../development-client-ios-test 120 working-directory: ../development-client-ios-test 123 working-directory: ../development-client-ios-test [all …]
|
| /expo/docs/pages/eas-update/ |
| H A D | expo-dev-client.mdx | 4 …ow to use the expo-dev-client library to preview a published EAS Update inside a development build. 14 …development-builds/introduction/) library allows launching different versions of a project. One of… 16 …his guide, you'll learn how to load a specific channel to preview an update in a development build. 18 ## How to load a published EAS Update inside a development build 22 Create a [development build](/develop/development-builds/create-a-build) of the project. 34 After publishing an update, it's time to load the update in the development build. All development … 45 exp+[project-slug]://expo-development-client/?url=[https://u.expo.dev/project-id]?channel-name=[cha… 48 exp+form-duo://expo-development-client/?url=https://u.expo.dev/675cb1f0-fa3c-11e8-ac99-6374d9643cb2… 55 - `://expo-development-client/`: necessary for the deep link to work with the `expo-dev-client` lib… 65 …QR code of the URL, then scan it. Scanning this URL should open up the development build to the sp…
|
| H A D | environment-variables.mdx | 12 …he corresponding environment variable values in **.env** files present on your development machine. 18 ## Sharing environment variables between local development, EAS Update, and EAS Build 20 Your local development environment and EAS Update can use **.env** files to inline `EXPO_PUBLIC_` v… 22 …ll cases would be to define your variables in **.env** files for local development and EAS Update,… 64 … not be flexible enough, as it is common to sometimes point your local development environment to … 79 This can also be used for EAS Updates run from your [development build](/develop/development-builds… 96 Then, to set the `API_URL` environment variable during development, you can prepend the variables b…
|
| /expo/guides/ |
| H A D | Using CocoaPods.md | 3 …development app available from the App Store for convenience) manages its dependencies using the [… 6 …ocoaPods widely used in iOS development?” Quora question](https://www.quora.com/Are-Cocoapods-wide… 7 …submodules for iOS development” Quora question](https://www.quora.com/Why-are-CocoaPods-better-tha…
|
| /expo/docs/pages/build-reference/ |
| H A D | variants.mdx | 17 ## Configure development and production variants 41 "development": { 97 "development": { 100 "APP_VARIANT": "development" 110 ### Using the development server 119 "dev": "APP_VARIANT=development npx expo start" 145 development { 161 "development": { 183 ["development", "debug"], 199 - To change the name of the app built with the development profile, create a **android/app/src/deve… [all …]
|
| /expo/docs/pages/bare/ |
| H A D | install-dev-builds-in-bare.mdx | 2 title: Install development builds in React Native and bare projects 3 sidebar_title: Install development builds in bare React Native 4 description: Learn how to configure development builds for bare React Native projects. 13 …nt` library to an existing managed project, see [Create development builds](/develop/development-b… 51 …ode. If you have added a custom deep link scheme to your project, your development build will use … 63 …e, but you [can skip ahead to building](/develop/development-builds/create-a-build/#create-a-devel… 85 For more information, see [Error handling](/develop/development-builds/use-development-builds/#add-… 105 You're now ready to [build your first development build](/develop/development-builds/create-a-build…
|
| /expo/docs/pages/guides/ |
| H A D | using-flipper.mdx | 23 …ing your Expo projects with Flipper requires creating a [development build](/develop/development-b… 45 Since Flipper requires native code, you'll need to create a development build. To set it up, instal… 100 ## Configure and install a development build 102 To configure and install a development build, follow the instructions below: 104 - [Android Emulator or iOS Simulator](/develop/development-builds/create-a-build/#create-a-developm… 105 - [Physical device](/develop/development-builds/create-a-build/#create-a-development-build-for-the-… 111 ## Run the development server 113 After installing the build, run the following command to start a development server: 126 Once the development server is running, open the Flipper desktop app and select your device or simu…
|
| /expo/docs/pages/workflow/ |
| H A D | development-mode.mdx | 3 description: Learn how to run a project in development mode or production mode. 9 …un in either **development** or **production** mode. By default, running your project locally with… 11 **Development mode** includes useful warnings and gives you access to tools that make development a… 15 React Native includes some very useful tools for development: remote JavaScript debugging in Chrome… 21 …development mode.** <br /> You can switch it on and off with the Expo CLI, see [Production mode](#… 25 The menu gives access to a host of features that make development and debugging much easier. For mo…
|
| H A D | customizing.mdx | 10 …o build your own native library. You can leverage these libraries with development builds, or by u… 12 ## Adding custom native code with development builds 14 …eloper experience of Expo Go, you can migrate to using [development builds](/develop/development-b… 16 … app by switching from Expo Go to development builds in the [Getting Started guide for development… 20 …development builds in this context - the easiest way to do this is to run `npx expo install expo-d… 54 …development-builds/introduction/#what-is-an-expo-dev-client) package to create a development build…
|
| /expo/docs/pages/router/reference/ |
| H A D | async-routes.mdx | 3 description: Learn how to speed up development with async bundling in Expo Router. 13 …ense](https://react.dev/reference/react/Suspense). This enables faster development as only the rou… 27 …development, so all files will be treated as routes even if they don't export a default component.… 31 Enable the feature by setting the `asyncRoutes` option to `development` in your [app config](/versi… 41 "asyncRoutes": "development" 61 "default": "development"
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | shared-element.mdx | 12 …expo-go/). You may use any library of your choice with [development builds](/develop/development-b… 14 … Go](/get-started/expo-go/). You can still use it with [development builds](/develop/development-b…
|
| /expo/ios/Exponent/Kernel/Environment/ |
| H A D | EXClientReleaseType.m | 13 // the Expo development client is run on a real device so the development client knows to restrict 15 // development client, so we correctly return "APPLE_APP_STORE" in the aforementioned scenario.
|
| /expo/docs/pages/build/ |
| H A D | eas-json.mdx | 16 "development": { 46 Developers using Expo tools usually end up having three different types of builds: **development**,… 52 …eate a `development` profile with `"developmentClient": true`. This indicates that this build depe… 56 … your development build to [run on an iOS Simulator](/build-reference/simulators). To do this, use… 61 "development": { 74 …development profile for that build. You might call the profile something like `development-simulat… 94 Similar to [development builds](#development-builds), you can configure your preview build to run o… 150 "development": { 224 "development": { 228 "ENVIRONMENT": "development" [all …]
|
| /expo/packages/@expo/cli/src/run/ios/__tests__/fixtures/ |
| H A D | outdated-xcode-error.log | 59 NSLocalizedDescription = "Failed to prepare device for development."; 61 …NSLocalizedRecoverySuggestion = "If you are certain that Xcode supports development on this device… 64 …-- An error occurred whilst preparing device for development -- Failed to prepare device for devel… 67 Recovery Suggestion: If you are certain that Xcode supports development on this device, try disconn… 102 …3:25:12.005 xcodebuild[81581:4778591] [MT] iPhoneConnect: Failed to prepare device for development. 105 Recovery Suggestion: If you are certain that Xcode supports development on this device, try disconn… 180 NSLocalizedDescription = "Failed to prepare device for development."; 185 …-- An error occurred whilst preparing device for development -- Failed to prepare device for devel… 188 Recovery Suggestion: If you are certain that Xcode supports development on this device, try disconn… 223 …3:25:12.195 xcodebuild[81581:4778591] [MT] iPhoneConnect: Failed to prepare device for development. [all …]
|
| /expo/packages/expo-notifications/src/ |
| H A D | getExpoPushTokenAsync.ts | 78 const development = options.development || (await shouldUseDevelopmentNotificationService()); constant 86 development,
|
| /expo/packages/expo-notifications/build/ |
| H A D | getExpoPushTokenAsync.js | 60 const development = options.development || (await shouldUseDevelopmentNotificationService()); 66 development,
|
| /expo/packages/expo-notifications/src/utils/ |
| H A D | updateDevicePushTokenAsync.ts | 12 const [development, deviceId] = await Promise.all([ 18 development,
|
| /expo/packages/expo-router/src/fork/__tests__/__snapshots__/ |
| H A D | extractPathFromURL.test.ios.ts.snap | 3 exports[`extractExpoPathFromURL Bare parses "app.bacon.expo://expo-development-client" 1`] = `""`; 53 exports[`extractExpoPathFromURL Bare parses "scheme://expo-development-client/?url=acme://foo/bar?q… 55 exports[`extractExpoPathFromURL Bare parses "scheme://expo-development-client/?url=http%3A%2F%2Floc… 57 exports[`extractExpoPathFromURL Bare parses "scheme://expo-development-client/?url=http://acme.com/… 59 exports[`extractExpoPathFromURL Expo Go parses "app.bacon.expo://expo-development-client" 1`] = `""… 109 exports[`extractExpoPathFromURL Expo Go parses "scheme://expo-development-client/?url=acme://foo/ba… 111 exports[`extractExpoPathFromURL Expo Go parses "scheme://expo-development-client/?url=http%3A%2F%2F… 113 exports[`extractExpoPathFromURL Expo Go parses "scheme://expo-development-client/?url=http://acme.c…
|