| /expo/packages/expo-auth-session/src/__tests__/ |
| H A D | AuthSession-test.native.ts | 41 linkingUri: 'exp://exp.host/@test/test', 64 linkingUri: 'exp://exp.host/@test/test', 87 linkingUri: 'exp://exp.host/@test/test', 115 linkingUri: 'exp://exp.host/@test/test', 139 linkingUri: 'exp://exp.host/@test/test', 171 linkingUri: 'exp://192.168.1.4:8081/',
|
| /expo/packages/expo-auth-session/src/ |
| H A D | SessionUrlProvider.ts | 92 if (!Constants.linkingUri) { 97 hostUri = SessionUrlProvider.removeScheme(Constants.linkingUri).replace(/\/--(\/.*)?$/, '');
|
| /expo/packages/expo-auth-session/build/ |
| H A D | SessionUrlProvider.js | 74 if (!Constants.linkingUri) { 80 … hostUri = SessionUrlProvider.removeScheme(Constants.linkingUri).replace(/\/--(\/.*)?$/, '');
|
| H A D | SessionUrlProvider.js.map | 1 …linkingUri) {\n hostUri = '';\n } else {\n // we're probably not using up-to-da…
|
| /expo/packages/expo-constants/build/ |
| H A D | Constants.types.d.ts | 140 linkingUri: string; property
|
| H A D | ExponentConstants.web.js | 76 get linkingUri() {
|
| H A D | ExponentConstants.web.js.map | 1 …{\n return (this.manifest as any)!.sdkVersion || null;\n },\n get linkingUri(): string {\n …
|
| H A D | Constants.types.js.map | 1 …viceisdevice).\n */\n isDevice: boolean;\n isHeadless: boolean;\n linkingUri: string;\n /**\…
|
| /expo/packages/expo-constants/src/ |
| H A D | Constants.types.ts | 169 linkingUri: string; property
|
| H A D | ExponentConstants.web.ts | 85 get linkingUri(): string {
|
| /expo/packages/expo-linking/build/ |
| H A D | createURL.js | 13 return removeScheme(Constants.linkingUri).replace(/\/--($|\/.*$)/, '');
|
| H A D | createURL.js.map | 1 …e this will be inserted again later\n return removeScheme(Constants.linkingUri).replace(/\\/--(…
|
| /expo/packages/expo-linking/src/ |
| H A D | createURL.ts | 15 return removeScheme(Constants.linkingUri).replace(/\/--($|\/.*$)/, '');
|
| /expo/apps/test-suite/tests/ |
| H A D | Linking.js | 29 t.expect(await Linking.canOpenURL(Constants.linkingUri)).toBe(true);
|
| /expo/android/expoview/src/main/java/host/exp/exponent/headless/ |
| H A D | InternalHeadlessAppLoader.kt | 245 KernelConstants.LINKING_URI_KEY to linkingUri, in startReactInstance() 303 private val linkingUri: String? constant in host.exp.exponent.headless.InternalHeadlessAppLoader
|
| /expo/packages/expo-constants/src/__tests__/ |
| H A D | Constants-test.ts | 13 expect(typeof Constants.linkingUri).toBe('string');
|
| /expo/ios/Client/ |
| H A D | EXHomeAppManager.m | 44 @"linkingUri": @"exp://",
|
| /expo/android/expoview/src/main/java/host/exp/exponent/experience/ |
| H A D | ReactNativeActivity.kt | 368 KernelConstants.LINKING_URI_KEY to linkingUri, in <lambda>() 635 private val linkingUri: String? in <lambda>() constant in host.exp.exponent.experience.ReactNativeActivity
|
| /expo/packages/jest-expo/src/preset/ |
| H A D | expoModules.js | 756 linkingUri: { type: 'string' }, property
|
| /expo/ios/Exponent/Kernel/ReactAppManager/ |
| H A D | EXReactAppManager.mm | 163 …@"linkingUri": RCTNullIfNil([EXKernelLinkingManager linkingUriForExperienceUri:_appRecord.appLoade…
|
| /expo/docs/pages/workflow/ |
| H A D | upgrading-expo-sdk-walkthrough.mdx | 265 - We changed the format of `Constants.linkingUri` (see Linking changes above), so if your code make…
|