Home
last modified time | relevance | path

Searched refs:openURL (Results 1 – 25 of 109) sorted by relevance

12345

/expo/home/kernel/
H A DKernel.ts29 if (NativeKernel.openURL) {
30 await NativeKernel.openURL(url);
32 await Linking.openURL(url);
/expo/packages/expo-linking/src/
H A DLinking.ts71 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 DLinking.js64 await openURL('app-settings:');
83 export async function openURL(url) { function
85 return await NativeLinking.openURL(url);
H A DExpoLinking.web.d.ts9 openURL(url: string): Promise<void>; constant
H A DLinking.d.ts45 export declare function openURL(url: string): Promise<true>;
/expo/packages/expo-dev-menu/ios/
H A DDevMenuDevOptionsDelegate.swift42 …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 DABI47_0_0RCTLinkingManager.h17 openURL:(nonnull NSURL *)URL
21 openURL:(nonnull NSURL *)URL
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/LinkingIOS/
H A DABI48_0_0RCTLinkingManager.h17 openURL:(nonnull NSURL *)URL
21 openURL:(nonnull NSURL *)URL
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/LinkingIOS/
H A DABI49_0_0RCTLinkingManager.h17 openURL:(nonnull NSURL *)URL
21 openURL:(nonnull NSURL *)URL
/expo/home/screens/HomeScreen/
H A DDevelopmentServersOpenURL.tsx44 function openURL() {
47 Linking.openURL(normalizedUrl);
78 onSubmitEditing={openURL}
88 onPress={openURL}
/expo/apps/bare-expo/ios/BareExpo/
H A DAppDelegate.mm51 - (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 DRNBranch.h19 + (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 DEXBranchManager.m34 - (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 DAppDelegate.mm29 - (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 DAppDelegate.mm29 - (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 DAppDelegate.mm29 - (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 DLinking.js78 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 DAppDelegate.m26 - (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 DExponentIntentModule.kt39 override fun openURL(url: String?, promise: Promise) { in openURL() method
51 super.openURL(url, promise) in openURL()
/expo/packages/expo-auth-session/
H A DREADME.md59 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 DLinking.d.ts29 openURL(url: string): Promise<any>; method
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Linking/
H A DLinking.d.ts29 openURL(url: string): Promise<any>; method
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Internal/
H A DABI48_0_0EXLinkingManager.m75 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 DABI49_0_0EXLinkingManager.m75 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 DEXLinkingManager.m75 RCT_EXPORT_METHOD(openURL:(NSURL *)URL category
84 [RCTSharedApplication() openURL:URL options:@{} completionHandler:^(BOOL success) {
113 [RCTSharedApplication() openURL:url options:@{} completionHandler:^(BOOL success) {

12345