| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | Scheme.js | 10 exports.removeScheme = removeScheme; 73 function removeScheme(scheme, infoPlist) { function
|
| H A D | Scheme.d.ts | 9 export declare function removeScheme(scheme: string | null, infoPlist: InfoPlist): InfoPlist;
|
| H A D | Scheme.js.map | 1 …removeScheme","map","bundleUrlType","index","indexOf","splice","undefined","Boolean","hasScheme","…
|
| /expo/packages/@expo/config-plugins/src/ios/__tests__/ |
| H A D | Scheme-test.ts | 6 removeScheme, 94 expect(removeScheme('myapp3', infoPlist)).toStrictEqual({
|
| /expo/packages/expo-auth-session/build/ |
| H A D | SessionUrlProvider.d.ts | 13 private static removeScheme;
|
| H A D | SessionUrlProvider.js | 80 … hostUri = SessionUrlProvider.removeScheme(Constants.linkingUri).replace(/\/--(\/.*)?$/, ''); 98 static removeScheme(url) { method in SessionUrlProvider
|
| H A D | SessionUrlProvider.js.map | 1 …removeScheme(Constants.linkingUri).replace(/\\/--(\\/.*)?$/, '');\n }\n }\n\n if (!host…
|
| /expo/packages/expo-auth-session/src/ |
| H A D | SessionUrlProvider.ts | 97 hostUri = SessionUrlProvider.removeScheme(Constants.linkingUri).replace(/\/--(\/.*)?$/, ''); 121 private static removeScheme(url: string) { method in SessionUrlProvider
|
| /expo/packages/@expo/config-plugins/build/android/ |
| H A D | Scheme.d.ts | 20 export declare function removeScheme(scheme: string, androidManifest: AndroidManifest): AndroidMani…
|
| H A D | Scheme.js | 11 exports.removeScheme = removeScheme; 212 function removeScheme(scheme, androidManifest) { function
|
| H A D | Scheme.js.map | 1 …removeScheme","_activity$$4","dataKey","_intentFilter$data2","_data$$6","_intentFilter$data3"],"so…
|
| /expo/packages/@expo/config-plugins/src/android/__tests__/ |
| H A D | Scheme-test.ts | 12 removeScheme, 123 const removedManifest = removeScheme('myapp.test', manifest);
|
| /expo/packages/expo-linking/build/ |
| H A D | createURL.js | 13 return removeScheme(Constants.linkingUri).replace(/\/--($|\/.*$)/, ''); 25 function removeScheme(url) { function
|
| H A D | createURL.js.map | 1 …removeScheme(Constants.linkingUri).replace(/\\/--($|\\/.*$)/, '');\n } else {\n return null;\n…
|
| /expo/packages/expo-linking/src/ |
| H A D | createURL.ts | 15 return removeScheme(Constants.linkingUri).replace(/\/--($|\/.*$)/, ''); 30 function removeScheme(url: string): string { function
|
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | Scheme.ts | 71 export function removeScheme(scheme: string | null, infoPlist: InfoPlist): InfoPlist { function
|
| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | Scheme.ts | 199 export function removeScheme(scheme: string, androidManifest: AndroidManifest): AndroidManifest { function
|