Home
last modified time | relevance | path

Searched refs:Manager (Results 1 – 25 of 31) sorted by relevance

12

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Wrapper/
H A DABI49_0_0RCTWrapper.h22 ##Manager : ABI49_0_0RCTWrapperViewManager \
29 ##Manager \
48 …##Manager : ABI49_0_0RCTWrapperViewManager …
55 …##Manager
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Wrapper/
H A DABI47_0_0RCTWrapper.h21 @interface ClassName##Manager : ABI47_0_0RCTWrapperViewManager \
27 @implementation ClassName##Manager \
45 @interface ClassName##Manager : ABI47_0_0RCTWrapperViewManager \
51 @implementation ClassName##Manager \
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Wrapper/
H A DABI48_0_0RCTWrapper.h22 ##Manager : ABI48_0_0RCTWrapperViewManager \
29 ##Manager \
48 …##Manager : ABI48_0_0RCTWrapperViewManager …
55 …##Manager
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/legacyviewmanagerinterop/
H A DABI48_0_0LegacyViewManagerInteropComponentDescriptor.mm36 return componentName + "Manager";
41 return componentName + "Manager";
46 return componentName + "Manager";
49 return "ABI48_0_0RCT" + componentName + "Manager";
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/legacyviewmanagerinterop/
H A DABI47_0_0LegacyViewManagerInteropComponentDescriptor.mm36 return componentName + "Manager";
41 return componentName + "Manager";
46 return componentName + "Manager";
49 return "ABI47_0_0RCT" + componentName + "Manager";
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/legacyviewmanagerinterop/
H A DABI49_0_0LegacyViewManagerInteropComponentDescriptor.mm36 return componentName + "Manager";
41 return componentName + "Manager";
46 return componentName + "Manager";
49 return componentName + "Manager";
/expo/docs/pages/workflow/
H A Dandroid-studio-emulator.mdx22 Open the **Android Studio** app, click **More Actions** and then select **SDK Manager**.
90 On the Android Studio main screen, click **More Actions**, then **Virtual Device Manager** in the d…
138 … device. You can now run this device anytime by pressing the Play button in the AVD Manager window.
/expo/packages/@expo/cli/src/start/server/
H A DBundlerDevServer.ts460 const Manager = PLATFORM_MANAGERS[platform](); constant
469 this.platformManagers[platform] = new Manager(this.projectRoot, port, {
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Modules/
H A DABI49_0_0RCTUIManagerUtils.m74 // Dispatching block which blocks UI Manager queue.
H A DABI49_0_0RCTUIManager.m1479 moduleConstants[@"Manager"] = ABI49_0_0RCTBridgeModuleNameForClass(componentData.managerClass);
1587 moduleName = [name stringByAppendingString:@"Manager"];
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Modules/
H A DABI48_0_0RCTUIManagerUtils.m74 // Dispatching block which blocks UI Manager queue.
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Modules/
H A DABI47_0_0RCTUIManagerUtils.m74 // Dispatching block which blocks UI Manager queue.
H A DABI47_0_0RCTUIManager.m1479 moduleConstants[@"Manager"] = ABI47_0_0RCTBridgeModuleNameForClass(componentData.managerClass);
1587 moduleName = [name stringByAppendingString:@"Manager"];
/expo/docs/pages/versions/unversioned/sdk/
H A Dmap-view.mdx67 - Open your browser to the [Google API Manager](https://console.developers.google.com/apis) and cre…
125 - Open your browser to the [Google API Manager](https://console.developers.google.com/apis) and cre…
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dmap-view.mdx67 - Open your browser to the [Google API Manager](https://console.developers.google.com/apis) and cre…
125 - Open your browser to the [Google API Manager](https://console.developers.google.com/apis) and cre…
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dmap-view.mdx67 - Open your browser to the [Google API Manager](https://console.developers.google.com/apis) and cre…
125 - Open your browser to the [Google API Manager](https://console.developers.google.com/apis) and cre…
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/TextInput/
H A DABI49_0_0RCTBaseTextInputViewManager.m78 …// This View Manager doesn't use this prop but it must be exposed here via ViewConfig to enable Fa…
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Text/TextInput/
H A DABI47_0_0RCTBaseTextInputViewManager.m79 …// This View Manager doesn't use this prop but it must be exposed here via ViewConfig to enable Fa…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/TextInput/
H A DABI48_0_0RCTBaseTextInputViewManager.m78 …// This View Manager doesn't use this prop but it must be exposed here via ViewConfig to enable Fa…
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dmap-view.mdx68 - Open your browser to the [Google API Manager](https://console.developers.google.com/apis) and cre…
126 - Open your browser to the [Google API Manager](https://console.developers.google.com/apis) and cre…
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dmap-view.mdx67 - Open your browser to the [Google API Manager](https://console.developers.google.com/apis) and cre…
125 - Open your browser to the [Google API Manager](https://console.developers.google.com/apis) and cre…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Views/
H A DABI48_0_0RCTComponentData.m496 if ([name hasSuffix:@"Manager"]) {
497 name = [name substringToIndex:name.length - @"Manager".length];
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Views/
H A DABI49_0_0RCTComponentData.m484 if ([name hasSuffix:@"Manager"]) {
485 name = [name substringToIndex:name.length - @"Manager".length];
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Views/
H A DABI47_0_0RCTComponentData.m495 if ([name hasSuffix:@"Manager"]) {
496 name = [name substringToIndex:name.length - @"Manager".length];
/expo/ios/Tests/Linking/
H A DEXLinkingTests.m9 #pragma mark - private/internal methods in Linking Manager

12