Home
last modified time | relevance | path

Searched refs:ll (Results 1 – 25 of 314) sorted by relevance

12345678910>>...13

/expo/docs/pages/eas-update/
H A Dupdating-your-app.mdx31 …d by your project's ID on EAS' servers. If you go to the URL directly, you'll see an error about m…
41 Inside **eas.json**, you'll want to add `channel` properties to each build profile you'd like to se…
67 Inside **AndroidManifest.xml**, you'll see the following additions:
74 Inside **android/app/src/main/res/values/strings.xml**, you'll see the `expo_runtime_version` strin…
80 Inside **Expo.plist**, you'll see the following additions:
97 … --configuration Release` or `npx expo run:android --variant release`, you'll need to set the chan…
99 In **AndroidManifest.xml**, you'll need to add the following, replacing `your-channel-name` with th…
105 In **Expo.plist**, you'll need to add the following, replacing `your-channel-name` with the channel…
136ll make native changes to your project. Whenever that happens, you'll need to update the `runtimeV…
H A Dmigrate-from-classic-updates.mdx40 You'll need to make the following changes to your project:
89 …inside builds, which means you'll need to make new builds to start sending updates. Once your buil…
112 …null`. If you're using SDK 46 or above, you can access most properties you'll need with `Constants…
/expo/apps/native-component-list/src/screens/InAppPurchases/
H A DREADME.md5 To use this in a new project, you'll first need to add some purchases in [App Store Connect](https:…
13 In order to test purchasing you'll need to set up a [sandbox account](https://help.apple.com/app-st…
/expo/docs/pages/router/advanced/
H A Ddrawer.mdx12 To use [drawer navigator](https://reactnavigation.org/docs/drawer-based-navigation) you'll need to …
20 Next, you'll need to update your **babel.config.js** to include the reanimated plugin:
54 Now you can use the `Drawer` layout to create a drawer navigator. You'll need to wrap the `<Drawer …
/expo/docs/pages/modules/
H A Dnative-module-tutorial.mdx11ll use [`UserDefaults`](https://developer.apple.com/documentation/foundation/userdefaults) on iOS …
15 First, we'll create a new module. On this page we will use the name `expo-settings`/`ExpoSettings`.…
92 … We'll need to start the TypeScript compiler to watch for changes and rebuild the module JavaScrip…
113 …f synchronously calling the `getTheme()` function in the native module. We'll change this value in…
121 To set the value, we can use `UserDefaults`'s `set(_:forKey:)` method. We'll make our `setTheme` fu…
145 … get an `Editor` instance, and then use `putString()` to set the value. We'll make our `setTheme` …
215ll see the "system" them is still set. When we press the button, nothing happens. When you reload …
219 …s in the theme value by emitting a change event when the value changes. We'll use the [Events](/mo…
447 …plain, and if we ignore that and go ahead and press the button anyways, we'll see the following er…
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/UniversalModules/
H A DABI49_0_0EXScopedModuleRegistryDelegate.m16 // so they'll be at the end of the array.
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/UniversalModules/
H A DABI47_0_0EXScopedModuleRegistryDelegate.m16 // so they'll be at the end of the array.
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/UniversalModules/
H A DABI48_0_0EXScopedModuleRegistryDelegate.m16 // so they'll be at the end of the array.
/expo/ios/Exponent/Versioned/Core/UniversalModules/
H A DEXScopedModuleRegistryDelegate.m16 // so they'll be at the end of the array.
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dapple-authentication.mdx26 …./../build-reference/ios-capabilities) is enabled (Default). Otherwise you'll need to manually ena…
50 …ects, enable the capability in Xcode under "Signing & Capabilities" -- you'll need to be on Xcode …
52 …d apps you might choose the "main" app as the primary, but most likely you'll want to just use the…
54 5. If you chose a different app to be the primary, you'll also need to open up the configuration pa…
95ll need to do this setup to use Apple Authentication in your standalone app. When you sign into Ex…
/expo/docs/pages/build/
H A Dbuilding-from-github.mdx11 Before building with EAS on CI, you'll need to install and configure `eas-cli`. Then, you can trigg…
19 To trigger EAS builds from a GitHub repo, you'll need to configure your project for EAS Build and s…
52 Then, you'll be able to link your repository to your Expo project.
63 Expo project source code is in a subdirectory, then you'll need to configure "Base directory"
81 GitHub" button. You'll be prompted to select a Git ref (branch/commit/tag), a platform to build
/expo/apps/sandbox/
H A DREADME.md3 …hing in this folder other than the already committed files is ignored. You'll need to add an App.j…
/expo/packages/expo-router/src/
H A Dqualified-entry.tsx2 // entry side-effects, otherwise they'll be updated when files are added/removed from the
/expo/docs/pages/ui-programming/
H A Dusing-svgs.mdx9 …tand how to parse and present SVG out of the box on Android and iOS, so we'll need to use a React …
21 …oject to use this workflow. After your project is properly configured, you'll be able to use your …
39 Once we have a compatible SVG, we'll need to add [react-native-svg](https://github.com/react-native…
/expo/packages/expo-apple-authentication/
H A DREADME.md30 …ects, enable the capability in Xcode under "Signing & Capabilities" -- you'll need to be on Xcode …
32 …d apps you might choose the "main" app as the primary, but most likely you'll want to just use the…
34 5. If you chose a different app to be the primary, you'll also need to open up the configuration pa…
/expo/docs/pages/tutorial/
H A Dplatform-differences.mdx20 To capture a screenshot on the web and save it as an image , we'll use a third-party library called…
51 Inside the `onSaveImageAsync()` function in the `<App>` component, we'll use `Platform.OS` to check…
52 If it is not `'web'`, we'll run the logic added previously to take and save the screenshot. If it i…
53 we'll use the `domtoimage.toJpeg()` method to convert and capture the current `<View>` as a JPEG im…
H A Dcreate-your-first-app.mdx16 We'll need the following tools to get started:
53 description="We'll be using these assets throughout this tutorial."
104 description="In the next chapter, we'll learn how to build the app's first screen."
H A Dintroduction.mdx12 We're about to embark on a journey of building universal apps. In this tutorial, we'll create a uni…
16 …rial is to get started with Expo and become familiar with the Expo SDK. It'll cover the following …
31 Before we get started, take a look at what we'll build. It's an app named **StickerSmash** that run…
/expo/docs/pages/develop/development-builds/
H A Duse-development-builds.mdx12 Usually, creating a new native build from scratch takes long enough that you'll be tempted to switc…
22 …. If you want to load multiple projects from a single development app, you'll need to add this imp…
55 …d> + <kbd>d</kbd> in Expo CLI or by shaking your phone or tablet. Here you'll be able to access al…
/expo/docs/pages/guides/
H A Dios-developer-mode.mdx16 The instructions specified below need to be followed once per device. **You'll also need to install…
70 You can turn off Developer Mode at any time, however, note that you'll need to follow this same pro…
H A Dcustomizing-webpack.mdx18 If you create a new webpack config or make any changes to it you'll need to restart your webpack de…
56 …server` then `react-native-web` will fallback on `window.onresize` and you'll see a warning in the…
64 To get everything working properly, you'll want to install and include a global polyfill for `Resiz…
/expo/packages/expo/src/
H A DExpo.fx.tsx20 "You'll need to configure one of these two properties in " +
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dreanimated.mdx15 …ore**. To use a debugger with your app with `react-native-reanimated`, you'll need to use the [Her…
41 **For web,** you'll have to install the [`@babel/plugin-proposal-export-namespace-from`](https://ba…
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dreanimated.mdx15 …ore**. To use a debugger with your app with `react-native-reanimated`, you'll need to use the [Her…
41 **For web,** you'll have to install the [`@babel/plugin-proposal-export-namespace-from`](https://ba…
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dreanimated.mdx15 …ore**. To use a debugger with your app with `react-native-reanimated`, you'll need to use the [Her…
41 **For web,** you'll have to install the [`@babel/plugin-proposal-export-namespace-from`](https://ba…

12345678910>>...13