| /expo/home/kernel/ |
| H A D | Kernel.ts | 29 if (NativeKernel.openURL) { 30 await NativeKernel.openURL(url); 32 await Linking.openURL(url);
|
| /expo/packages/expo-linking/src/ |
| H A D | Linking.ts | 71 await openURL('app-settings:'); 92 export async function openURL(url: string): Promise<true> { function 94 return await NativeLinking.openURL(url);
|
| /expo/packages/expo-linking/build/ |
| H A D | Linking.js | 64 await openURL('app-settings:'); 83 export async function openURL(url) { function 85 return await NativeLinking.openURL(url);
|
| H A D | ExpoLinking.web.d.ts | 9 openURL(url: string): Promise<void>; constant
|
| H A D | Linking.d.ts | 45 export declare function openURL(url: string): Promise<true>;
|
| /expo/packages/expo-dev-menu/ios/ |
| H A D | DevMenuDevOptionsDelegate.swift | 42 …let openURL = "http://\(host):\(port)/inspector?applicationId=\(Bundle.main.bundleIdentifier ?? ""… in openJSInspector() variable 43 guard let url = URL(string: openURL) else { in openJSInspector() 44 NSLog("[DevMenu] Invalid openJSInspector URL: $@", openURL) in openJSInspector()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/LinkingIOS/ |
| H A D | ABI47_0_0RCTLinkingManager.h | 17 openURL:(nonnull NSURL *)URL 21 openURL:(nonnull NSURL *)URL
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/LinkingIOS/ |
| H A D | ABI48_0_0RCTLinkingManager.h | 17 openURL:(nonnull NSURL *)URL 21 openURL:(nonnull NSURL *)URL
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/LinkingIOS/ |
| H A D | ABI49_0_0RCTLinkingManager.h | 17 openURL:(nonnull NSURL *)URL 21 openURL:(nonnull NSURL *)URL
|
| /expo/home/screens/HomeScreen/ |
| H A D | DevelopmentServersOpenURL.tsx | 44 function openURL() { 47 Linking.openURL(normalizedUrl); 78 onSubmitEditing={openURL} 88 onPress={openURL}
|
| /expo/apps/bare-expo/ios/BareExpo/ |
| H A D | AppDelegate.mm | 51 - (BOOL)application:(UIApplication *)application openURL:(NSURL *)url options:(NSDictionary<UIAppli… 52 …urn [super application:application openURL:url options:options] || [RCTLinkingManager application:…
|
| /expo/packages/expo-branch/ios/EXBranch/RNBranch/ |
| H A D | RNBranch.h | 19 + (BOOL)application:(UIApplication * _Nullable)application openURL:(NSURL * _Nullable)url options:(… 20 + (BOOL)application:(UIApplication * _Nullable)application openURL:(NSURL * _Nullable)url sourceApp…
|
| /expo/packages/expo-branch/ios/EXBranch/ |
| H A D | EXBranchManager.m | 34 - (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(nullable N… 39 …return [RNBranch.branch application:application openURL:url sourceApplication:sourceApplication an…
|
| /expo/templates/expo-template-bare-minimum/ios/HelloWorld/ |
| H A D | AppDelegate.mm | 29 - (BOOL)application:(UIApplication *)application openURL:(NSURL *)url options:(NSDictionary<UIAppli… 30 …urn [super application:application openURL:url options:options] || [RCTLinkingManager application:…
|
| /expo/templates/expo-template-tv/ios/HelloWorld/ |
| H A D | AppDelegate.mm | 29 - (BOOL)application:(UIApplication *)application openURL:(NSURL *)url options:(NSDictionary<UIAppli… 30 …urn [super application:application openURL:url options:options] || [RCTLinkingManager application:…
|
| /expo/apps/fabric-tester/ios/fabrictester/ |
| H A D | AppDelegate.mm | 29 - (BOOL)application:(UIApplication *)application openURL:(NSURL *)url options:(NSDictionary<UIAppli… 30 …urn [super application:application openURL:url options:options] || [RCTLinkingManager application:…
|
| /expo/apps/test-suite/tests/ |
| H A D | Linking.js | 78 await Linking.openURL(`${redirectingBackendUrl}${Linking.createURL('++')}`); 105 await Linking.openURL(Linking.createURL('++')); 122 await Linking.openURL(Linking.createURL('++test/path?query=param'));
|
| /expo/exponent-view-template/ios/exponent-view-template/ |
| H A D | AppDelegate.m | 26 - (BOOL)application:(UIApplication *)app openURL:(NSURL *)url options:(NSDictionary<UIApplicationOp… 28 return [super application:app openURL:url options:options];
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/internal/ |
| H A D | ExponentIntentModule.kt | 39 override fun openURL(url: String?, promise: Promise) { in openURL() method 51 super.openURL(url, promise) in openURL()
|
| /expo/packages/expo-auth-session/ |
| H A D | README.md | 59 openURL:(NSURL *)url 62 return [RCTLinkingManager application:application openURL:url options:options]; 67 openURL:(NSURL *)url 71 return [RCTLinkingManager application:application openURL:url
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Linking/ |
| H A D | Linking.d.ts | 29 openURL(url: string): Promise<any>; method
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Linking/ |
| H A D | Linking.d.ts | 29 openURL(url: string): Promise<any>; method
|
| /expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Internal/ |
| H A D | ABI48_0_0EXLinkingManager.m | 75 ABI48_0_0RCT_EXPORT_METHOD(openURL:(NSURL *)URL category 84 [ABI48_0_0RCTSharedApplication() openURL:URL options:@{} completionHandler:^(BOOL success) { 113 [ABI48_0_0RCTSharedApplication() openURL:url options:@{} completionHandler:^(BOOL success) {
|
| /expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Internal/ |
| H A D | ABI49_0_0EXLinkingManager.m | 75 ABI49_0_0RCT_EXPORT_METHOD(openURL:(NSURL *)URL category 84 [ABI49_0_0RCTSharedApplication() openURL:URL options:@{} completionHandler:^(BOOL success) { 113 [ABI49_0_0RCTSharedApplication() openURL:url options:@{} completionHandler:^(BOOL success) {
|
| /expo/ios/Exponent/Versioned/Core/Internal/ |
| H A D | EXLinkingManager.m | 75 RCT_EXPORT_METHOD(openURL:(NSURL *)URL category 84 [RCTSharedApplication() openURL:URL options:@{} completionHandler:^(BOOL success) { 113 [RCTSharedApplication() openURL:url options:@{} completionHandler:^(BOOL success) {
|