Home
last modified time | relevance | path

Searched refs:linkingUri (Results 1 – 21 of 21) sorted by relevance

/expo/packages/expo-auth-session/src/__tests__/
H A DAuthSession-test.native.ts41 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 DSessionUrlProvider.ts92 if (!Constants.linkingUri) {
97 hostUri = SessionUrlProvider.removeScheme(Constants.linkingUri).replace(/\/--(\/.*)?$/, '');
/expo/packages/expo-auth-session/build/
H A DSessionUrlProvider.js74 if (!Constants.linkingUri) {
80 … hostUri = SessionUrlProvider.removeScheme(Constants.linkingUri).replace(/\/--(\/.*)?$/, '');
H A DSessionUrlProvider.js.map1linkingUri) {\n hostUri = '';\n } else {\n // we're probably not using up-to-da…
/expo/packages/expo-constants/build/
H A DConstants.types.d.ts140 linkingUri: string; property
H A DExponentConstants.web.js76 get linkingUri() {
H A DExponentConstants.web.js.map1 …{\n return (this.manifest as any)!.sdkVersion || null;\n },\n get linkingUri(): string {\n …
H A DConstants.types.js.map1 …viceisdevice).\n */\n isDevice: boolean;\n isHeadless: boolean;\n linkingUri: string;\n /**\…
/expo/packages/expo-constants/src/
H A DConstants.types.ts169 linkingUri: string; property
H A DExponentConstants.web.ts85 get linkingUri(): string {
/expo/packages/expo-linking/build/
H A DcreateURL.js13 return removeScheme(Constants.linkingUri).replace(/\/--($|\/.*$)/, '');
H A DcreateURL.js.map1 …e this will be inserted again later\n return removeScheme(Constants.linkingUri).replace(/\\/--(…
/expo/packages/expo-linking/src/
H A DcreateURL.ts15 return removeScheme(Constants.linkingUri).replace(/\/--($|\/.*$)/, '');
/expo/apps/test-suite/tests/
H A DLinking.js29 t.expect(await Linking.canOpenURL(Constants.linkingUri)).toBe(true);
/expo/android/expoview/src/main/java/host/exp/exponent/headless/
H A DInternalHeadlessAppLoader.kt245 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 DConstants-test.ts13 expect(typeof Constants.linkingUri).toBe('string');
/expo/ios/Client/
H A DEXHomeAppManager.m44 @"linkingUri": @"exp://",
/expo/android/expoview/src/main/java/host/exp/exponent/experience/
H A DReactNativeActivity.kt368 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 DexpoModules.js756 linkingUri: { type: 'string' }, property
/expo/ios/Exponent/Kernel/ReactAppManager/
H A DEXReactAppManager.mm163 …@"linkingUri": RCTNullIfNil([EXKernelLinkingManager linkingUriForExperienceUri:_appRecord.appLoade…
/expo/docs/pages/workflow/
H A Dupgrading-expo-sdk-walkthrough.mdx265 - We changed the format of `Constants.linkingUri` (see Linking changes above), so if your code make…