| /expo/docs/ui/components/RouteUrl/ |
| H A D | index.tsx | 7 type ProtocolType = 'expo-go' | 'custom' | 'web'; 11 { name: 'Custom', id: 'custom' }, 24 const [type, setType] = React.useState<ProtocolType>('custom'); 29 return { 'expo-go': 'exp://127.0.0.1:8081/--/', web: 'acme.dev/', custom: 'acme://' }[type]; 34 const [type, setType] = React.useState<ProtocolType>('custom'); 66 if (type === 'custom') {
|
| /expo/docs/pages/distribution/ |
| H A D | custom-updates-server.mdx | 2 title: Use expo-updates with a custom updates server 6 …ent to your app. To accomplish this, it's possible to implement your own custom Expo Updates serve… 8 …custom server adheres to the [Expo Updates Protocol](/technical-specs/expo-updates-1). To help get…
|
| /expo/packages/expo-notifications/build/ |
| H A D | setNotificationChannelAsync.js.map | 1 …custom sound on Android versions **below** 8.0,\n * the custom notification sound has to be set on…
|
| /expo/packages/expo-linking/src/__tests__/__snapshots__/ |
| H A D | Linking-test.ts.snap.node | 47 exports[`parse parses "custom://" 1`] = ` 52 "scheme": "custom", 56 exports[`parse parses "custom:///" 1`] = ` 61 "scheme": "custom", 65 exports[`parse parses "custom:///?shouldBeEscaped=x%252By%2540xxx.com" 1`] = ` 72 "scheme": "custom", 76 exports[`parse parses "custom:///test/path?foo=bar" 1`] = ` 83 "scheme": "custom", 87 exports[`parse parses "custom://?hello=bar" 1`] = ` 94 "scheme": "custom",
|
| H A D | Linking-test.ts.snap.android | 47 exports[`parse parses "custom://" 1`] = ` 52 "scheme": "custom", 56 exports[`parse parses "custom:///" 1`] = ` 61 "scheme": "custom", 65 exports[`parse parses "custom:///?shouldBeEscaped=x%252By%2540xxx.com" 1`] = ` 72 "scheme": "custom", 76 exports[`parse parses "custom:///test/path?foo=bar" 1`] = ` 83 "scheme": "custom", 87 exports[`parse parses "custom://?hello=bar" 1`] = ` 94 "scheme": "custom",
|
| H A D | Linking-test.ts.snap.web | 47 exports[`parse parses "custom://" 1`] = ` 52 "scheme": "custom", 56 exports[`parse parses "custom:///" 1`] = ` 61 "scheme": "custom", 65 exports[`parse parses "custom:///?shouldBeEscaped=x%252By%2540xxx.com" 1`] = ` 72 "scheme": "custom", 76 exports[`parse parses "custom:///test/path?foo=bar" 1`] = ` 83 "scheme": "custom", 87 exports[`parse parses "custom://?hello=bar" 1`] = ` 94 "scheme": "custom",
|
| H A D | Linking-test.ts.snap.ios | 47 exports[`parse parses "custom://" 1`] = ` 52 "scheme": "custom", 56 exports[`parse parses "custom:///" 1`] = ` 61 "scheme": "custom", 65 exports[`parse parses "custom:///?shouldBeEscaped=x%252By%2540xxx.com" 1`] = ` 72 "scheme": "custom", 76 exports[`parse parses "custom:///test/path?foo=bar" 1`] = ` 83 "scheme": "custom", 87 exports[`parse parses "custom://?hello=bar" 1`] = ` 94 "scheme": "custom",
|
| /expo/docs/pages/custom-builds/ |
| H A D | get-started.mdx | 2 title: Get started with custom builds 4 description: Learn how to extend EAS Build with custom build workflows. 17 …/* The current limitations of custom builds are highlighted in the [changelog](https://expo.dev/ch… 21 …s guide shows how to create and use a custom build config with EAS. It follows a scenario where yo… 101 To use the custom build config, you must add the `config` property in **eas.json**. It contains the… 103 …(/build/eas-json/#build-profiles) called `test` under `build` to run the custom config from the **… 150 src="/static/images/eas-build/custom-build.png" 158 …You can configure the credentials for custom builds the same way as for regular builds. If you wan… 159 …build-reference/variables/#adding-secrets-with-eas-cli), they are also available for custom builds. 165 …description="A custom EAS Build example that includes examples for workflows such as setting up fu… [all …]
|
| H A D | functions.mdx | 3 description: Learn how to create and use EAS Build functions in your custom build configurations. 28 // Go to README.md to learn more about how to write your own custom build functions. 90 ### Connect the function to the custom build config 155 alt="Example of a custom build config using a JavaScript/TypeScript function." 156 src="/static/images/eas-build/custom-build-function.png" 208 // Go to README.md to learn more about how to write your own custom build functions. 260 alt="Example of a custom build config using custom JavaScript/TypeScript function." 261 src="/static/images/eas-build/custom-build-function-advanced.png" 270 - Writing functions is a great way to extend the functionality of custom builds with your own logic. 271 - EAS Build functions are reusable — you can use them in multiple custom build configurations. [all …]
|
| /expo/packages/expo-modules-core/src/__tests__/ |
| H A D | NativeViewManagerAdapter-test.native.tsx | 10 propsNames: ['custom'], 32 it(`partitions props into React Native and custom props`, () => { 35 <TestView testID="test" custom="hello"> 49 expect(testNativeComponent.props.custom).toEqual('hello');
|
| /expo/packages/expo-router/src/fork/__tests__/__snapshots__/ |
| H A D | extractPathFromURL.test.ios.ts.snap | 5 exports[`extractExpoPathFromURL Bare parses "custom://" 1`] = `""`; 7 exports[`extractExpoPathFromURL Bare parses "custom:///" 1`] = `""`; 9 exports[`extractExpoPathFromURL Bare parses "custom:///?shouldBeEscaped=x%252By%2540xxx.com" 1`] = … 11 exports[`extractExpoPathFromURL Bare parses "custom:///test/path?foo=bar" 1`] = `"test/path?foo=bar… 13 exports[`extractExpoPathFromURL Bare parses "custom://?hello=bar" 1`] = `"?hello=bar"`; 61 exports[`extractExpoPathFromURL Expo Go parses "custom://" 1`] = `""`; 63 exports[`extractExpoPathFromURL Expo Go parses "custom:///" 1`] = `""`; 65 exports[`extractExpoPathFromURL Expo Go parses "custom:///?shouldBeEscaped=x%252By%2540xxx.com" 1`]… 67 exports[`extractExpoPathFromURL Expo Go parses "custom:///test/path?foo=bar" 1`] = `"test/path?foo=… 69 exports[`extractExpoPathFromURL Expo Go parses "custom://?hello=bar" 1`] = `"?hello=bar"`;
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/ |
| H A D | packager.sh | 24 "$NODE_BINARY" "$REACT_NATIVE_ROOT/cli.js" start --custom-log-reporter-path "$THIS_DIR/packager-rep…
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/ |
| H A D | packager.sh | 24 "$NODE_BINARY" "$REACT_NATIVE_ROOT/cli.js" start --custom-log-reporter-path "$THIS_DIR/packager-rep…
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/ |
| H A D | packager.sh | 24 "$NODE_BINARY" "$REACT_NATIVE_ROOT/cli.js" start --custom-log-reporter-path "$THIS_DIR/packager-rep…
|
| /expo/apps/router-e2e/__e2e__/static-rendering/app/ |
| H A D | +html.tsx | 1 // Test the custom HTML component is rendered during SSR. 15 <meta name="custom-value" content="value" />
|
| /expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/ports/ |
| H A D | SkFontMgr_android.h | 43 SK_API sk_sp<SkFontMgr> SkFontMgr_New_Android(const SkFontMgr_Android_CustomFonts* custom);
|
| /expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/ports/ |
| H A D | SkFontMgr_android.h | 43 SK_API sk_sp<SkFontMgr> SkFontMgr_New_Android(const SkFontMgr_Android_CustomFonts* custom);
|
| /expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/ports/ |
| H A D | SkFontMgr_android.h | 43 SK_API sk_sp<SkFontMgr> SkFontMgr_New_Android(const SkFontMgr_Android_CustomFonts* custom);
|
| /expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/ports/ |
| H A D | SkFontMgr_android.h | 43 SK_API sk_sp<SkFontMgr> SkFontMgr_New_Android(const SkFontMgr_Android_CustomFonts* custom);
|
| /expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/ports/ |
| H A D | SkFontMgr_android.h | 43 SK_API sk_sp<SkFontMgr> SkFontMgr_New_Android(const SkFontMgr_Android_CustomFonts* custom);
|
| /expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/ports/ |
| H A D | SkFontMgr_android.h | 43 SK_API sk_sp<SkFontMgr> SkFontMgr_New_Android(const SkFontMgr_Android_CustomFonts* custom);
|
| /expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/ports/ |
| H A D | SkFontMgr_android.h | 43 SK_API sk_sp<SkFontMgr> SkFontMgr_New_Android(const SkFontMgr_Android_CustomFonts* custom);
|
| /expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/ports/ |
| H A D | SkFontMgr_android.h | 43 SK_API sk_sp<SkFontMgr> SkFontMgr_New_Android(const SkFontMgr_Android_CustomFonts* custom);
|
| /expo/docs/pages/workflow/ |
| H A D | customizing.mdx | 2 title: Add custom native code 3 description: Learn how to add custom native code to your Expo project. 10 The tradeoff is that Expo Go does not allow you to add custom native code, you can only use native … 12 ## Adding custom native code with development builds 14 To make use of third-party libraries with custom native code and continue with the same developer e… 16 Learn how to start using custom native code in your app by switching from Expo Go to development bu… 38 Your app can still run in Expo Go, however, any custom native code won't be accessible if it's [not… 52 ### Developing apps with custom native code 56 ## Releasing apps with custom native code to production 58 …ild](/build/introduction) the same as you were building it before adding custom native code. Alter…
|
| /expo/apps/native-component-list/src/screens/ExpoMaps/screens/ |
| H A D | MarkersExample.tsx | 17 markerSnippet="You can choose custom marker colors!" 24 markerSnippet="You can use custom marker icons!"
|