| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Base/ |
| H A D | ABI49_0_0RCTBundleManager.m | 34 - (void)setBundleURL:(NSURL *)bundleURL 37 _bridge.bundleURL = bundleURL; 44 _bridgelessBundleURLSetter(bundleURL); 47 - (NSURL *)bundleURL 50 return _bridge.bundleURL; 64 strongBridge.bundleURL = [strongBridge.delegate sourceURLForBridge:strongBridge];
|
| H A D | ABI49_0_0RCTBundleManager.h | 11 typedef void (^ABI49_0_0RCTBridgelessBundleURLSetter)(NSURL *bundleURL); 22 @property NSURL *bundleURL;
|
| H A D | ABI49_0_0RCTReloadCommand.m | 16 static NSURL *bundleURL; 20 NSString *const ABI49_0_0RCTTriggerReloadCommandBundleURLKey = @"bundleURL"; 53 … ABI49_0_0RCTTriggerReloadCommandBundleURLKey : ABI49_0_0RCTNullIfNil(bundleURL) 64 bundleURL = URL;
|
| H A D | ABI49_0_0RCTBridge+Private.h | 21 bundleURL:(NSURL *)bundleURL 64 @property (nonatomic, strong, readwrite) NSURL *bundleURL;
|
| H A D | ABI49_0_0RCTBridge.m | 155 …return [self initWithDelegate:delegate bundleURL:nil moduleProvider:nil launchOptions:launchOption… 158 - (instancetype)initWithBundleURL:(NSURL *)bundleURL 162 …return [self initWithDelegate:nil bundleURL:bundleURL moduleProvider:block launchOptions:launchOpt… 166 bundleURL:(NSURL *)bundleURL 173 _bundleURL = bundleURL; 317 // Only update bundleURL from delegate if delegate bundleURL has changed 403 - (void)loadAndExecuteSplitBundleURL:(NSURL *)bundleURL 407 [self.batchedBridge loadAndExecuteSplitBundleURL:bundleURL onError:onError onComplete:onComplete];
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/ |
| H A D | ABI48_0_0RCTBundleManager.m | 34 - (void)setBundleURL:(NSURL *)bundleURL 37 _bridge.bundleURL = bundleURL; 44 _bridgelessBundleURLSetter(bundleURL); 47 - (NSURL *)bundleURL 50 return _bridge.bundleURL; 64 strongBridge.bundleURL = [strongBridge.delegate sourceURLForBridge:strongBridge];
|
| H A D | ABI48_0_0RCTBundleManager.h | 11 typedef void (^ABI48_0_0RCTBridgelessBundleURLSetter)(NSURL *bundleURL); 22 @property NSURL *bundleURL;
|
| H A D | ABI48_0_0RCTReloadCommand.m | 16 static NSURL *bundleURL; 20 NSString *const ABI48_0_0RCTTriggerReloadCommandBundleURLKey = @"bundleURL"; 53 … ABI48_0_0RCTTriggerReloadCommandBundleURLKey : ABI48_0_0RCTNullIfNil(bundleURL) 64 bundleURL = URL;
|
| H A D | ABI48_0_0RCTBridge+Private.h | 21 bundleURL:(NSURL *)bundleURL 64 @property (nonatomic, strong, readwrite) NSURL *bundleURL;
|
| H A D | ABI48_0_0RCTBridge.m | 189 …return [self initWithDelegate:delegate bundleURL:nil moduleProvider:nil launchOptions:launchOption… 192 - (instancetype)initWithBundleURL:(NSURL *)bundleURL 196 …return [self initWithDelegate:nil bundleURL:bundleURL moduleProvider:block launchOptions:launchOpt… 200 bundleURL:(NSURL *)bundleURL 207 _bundleURL = bundleURL; 351 // Only update bundleURL from delegate if delegate bundleURL has changed 437 - (void)loadAndExecuteSplitBundleURL:(NSURL *)bundleURL 441 [self.batchedBridge loadAndExecuteSplitBundleURL:bundleURL onError:onError onComplete:onComplete];
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Base/ |
| H A D | ABI47_0_0RCTBundleManager.m | 34 - (void)setBundleURL:(NSURL *)bundleURL 37 _bridge.bundleURL = bundleURL; 44 _bridgelessBundleURLSetter(bundleURL); 47 - (NSURL *)bundleURL 50 return _bridge.bundleURL; 64 strongBridge.bundleURL = [strongBridge.delegate sourceURLForBridge:strongBridge];
|
| H A D | ABI47_0_0RCTReloadCommand.m | 16 static NSURL *bundleURL; 20 NSString *const ABI47_0_0RCTTriggerReloadCommandBundleURLKey = @"bundleURL"; 53 … ABI47_0_0RCTTriggerReloadCommandBundleURLKey : ABI47_0_0RCTNullIfNil(bundleURL) 64 bundleURL = URL;
|
| H A D | ABI47_0_0RCTBridge+Private.h | 21 bundleURL:(NSURL *)bundleURL 64 @property (nonatomic, strong, readwrite) NSURL *bundleURL;
|
| H A D | ABI47_0_0RCTBridge.m | 207 …return [self initWithDelegate:delegate bundleURL:nil moduleProvider:nil launchOptions:launchOption… 210 - (instancetype)initWithBundleURL:(NSURL *)bundleURL 214 …return [self initWithDelegate:nil bundleURL:bundleURL moduleProvider:block launchOptions:launchOpt… 218 bundleURL:(NSURL *)bundleURL 225 _bundleURL = bundleURL; 369 // Only update bundleURL from delegate if delegate bundleURL has changed 455 - (void)loadAndExecuteSplitBundleURL:(NSURL *)bundleURL 459 [self.batchedBridge loadAndExecuteSplitBundleURL:bundleURL onError:onError onComplete:onComplete];
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/DevSupport/ |
| H A D | ABI47_0_0RCTInspectorDevServerHelper.mm | 20 static NSString *getServerHost(NSURL *bundleURL) 27 if ([bundleURL port]) { 28 port = [bundleURL port]; 30 NSString *host = [bundleURL host]; 43 static NSURL *getInspectorDeviceUrl(NSURL *bundleURL) 50 getServerHost(bundleURL), 54 static NSURL *getOpenUrlEndpoint(NSURL *bundleURL) 71 + (void)openURL:(NSString *)url withBundleURL:(NSURL *)bundleURL withErrorMessage:(NSString *)error… 73 NSURL *endpoint = getOpenUrlEndpoint(bundleURL); 97 + (ABI47_0_0RCTInspectorPackagerConnection *)connectWithBundleURL:(NSURL *)bundleURL [all …]
|
| H A D | ABI47_0_0RCTInspectorDevServerHelper.h | 18 + (ABI47_0_0RCTInspectorPackagerConnection *)connectWithBundleURL:(NSURL *)bundleURL; 20 + (void)openURL:(NSString *)url withBundleURL:(NSURL *)bundleURL withErrorMessage:(NSString *)error…
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/DevSupport/ |
| H A D | ABI49_0_0RCTInspectorDevServerHelper.mm | 20 static NSString *getServerHost(NSURL *bundleURL) 27 if ([bundleURL port]) { 28 port = [bundleURL port]; 30 NSString *host = [bundleURL host]; 43 static NSURL *getInspectorDeviceUrl(NSURL *bundleURL) 50 getServerHost(bundleURL), 54 static NSURL *getOpenUrlEndpoint(NSURL *bundleURL) 71 + (void)openURL:(NSString *)url withBundleURL:(NSURL *)bundleURL withErrorMessage:(NSString *)error… 73 NSURL *endpoint = getOpenUrlEndpoint(bundleURL); 97 + (ABI49_0_0RCTInspectorPackagerConnection *)connectWithBundleURL:(NSURL *)bundleURL [all …]
|
| H A D | ABI49_0_0RCTInspectorDevServerHelper.h | 18 + (ABI49_0_0RCTInspectorPackagerConnection *)connectWithBundleURL:(NSURL *)bundleURL; 20 + (void)openURL:(NSString *)url withBundleURL:(NSURL *)bundleURL withErrorMessage:(NSString *)error…
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/DevSupport/ |
| H A D | ABI48_0_0RCTInspectorDevServerHelper.mm | 20 static NSString *getServerHost(NSURL *bundleURL) 27 if ([bundleURL port]) { 28 port = [bundleURL port]; 30 NSString *host = [bundleURL host]; 43 static NSURL *getInspectorDeviceUrl(NSURL *bundleURL) 50 getServerHost(bundleURL), 54 static NSURL *getOpenUrlEndpoint(NSURL *bundleURL) 71 + (void)openURL:(NSString *)url withBundleURL:(NSURL *)bundleURL withErrorMessage:(NSString *)error… 73 NSURL *endpoint = getOpenUrlEndpoint(bundleURL); 97 + (ABI48_0_0RCTInspectorPackagerConnection *)connectWithBundleURL:(NSURL *)bundleURL [all …]
|
| H A D | ABI48_0_0RCTInspectorDevServerHelper.h | 18 + (ABI48_0_0RCTInspectorPackagerConnection *)connectWithBundleURL:(NSURL *)bundleURL; 20 + (void)openURL:(NSString *)url withBundleURL:(NSURL *)bundleURL withErrorMessage:(NSString *)error…
|
| /expo/packages/expo-dev-menu/ios/ |
| H A D | DevMenuDevOptionsDelegate.swift | 37 guard let bundleURL = bridge?.bundleURL else { in openJSInspector() variable 40 let port = bundleURL.port ?? Int(RCT_METRO_PORT) in openJSInspector() 41 let host = bundleURL.host ?? "localhost" in openJSInspector()
|
| H A D | DevMenuRCTDevSettings.m | 51 - (void)setupHMRClientWithBundleURL:(NSURL *)bundleURL {} 53 - (void)setupHMRClientWithAdditionalBundleURL:(NSURL *)bundleURL {}
|
| /expo/packages/expo-dev-launcher/ios/ |
| H A D | DevLauncherNetworkInterceptor.swift | 55 static func EXDevLauncher_connect(withBundleURL bundleURL: URL) in EXDevLauncher_connect() 60 A0: bundleURL in EXDevLauncher_connect() 64 if !bundleURL.absoluteString.starts(with: Bundle.main.bundleURL.absoluteString) { in EXDevLauncher_connect()
|
| /expo/packages/expo-dev-launcher/ios/ReactNative/ |
| H A D | EXDevLauncherRCTDevSettings.m | 51 - (void)setupHMRClientWithBundleURL:(NSURL *)bundleURL {} 53 - (void)setupHMRClientWithAdditionalBundleURL:(NSURL *)bundleURL {}
|
| /expo/packages/expo-dev-menu/ios/Tests/ |
| H A D | EXDevMenuAppInfoTest.swift | 11 bundleURL = URL(string: "http://localhost:1234") in setUp()
|