Home
last modified time | relevance | path

Searched refs:rootTag (Results 1 – 25 of 110) sorted by relevance

12345

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/
H A DABI49_0_0RCTSurfaceRegistry.mm42 ABI49_0_0ReactTag rootTag = surface.rootViewTag.integerValue;
43 [_registry setObject:surface forKey:(__bridge id)(void *)rootTag];
50 ABI49_0_0ReactTag rootTag = surface.rootViewTag.integerValue;
51 [_registry removeObjectForKey:(__bridge id)(void *)rootTag];
54 - (ABI49_0_0RCTFabricSurface *)surfaceForRootTag:(ABI49_0_0ReactTag)rootTag
58 return [_registry objectForKey:(__bridge id)(void *)rootTag];
H A DABI49_0_0RCTSurfaceRegistry.h43 - (nullable ABI49_0_0RCTFabricSurface *)surfaceForRootTag:(ABI49_0_0ReactTag)rootTag;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/
H A DABI47_0_0RCTSurfaceRegistry.mm43 ABI47_0_0ReactTag rootTag = surface.rootViewTag.integerValue;
44 [_registry setObject:surface forKey:(__bridge id)(void *)rootTag];
51 ABI47_0_0ReactTag rootTag = surface.rootViewTag.integerValue;
52 [_registry removeObjectForKey:(__bridge id)(void *)rootTag];
55 - (ABI47_0_0RCTFabricSurface *)surfaceForRootTag:(ABI47_0_0ReactTag)rootTag
59 return [_registry objectForKey:(__bridge id)(void *)rootTag];
H A DABI47_0_0RCTSurfaceRegistry.h43 - (nullable ABI47_0_0RCTFabricSurface *)surfaceForRootTag:(ABI47_0_0ReactTag)rootTag;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Fabric/
H A DABI48_0_0RCTSurfaceRegistry.mm43 ABI48_0_0ReactTag rootTag = surface.rootViewTag.integerValue;
44 [_registry setObject:surface forKey:(__bridge id)(void *)rootTag];
51 ABI48_0_0ReactTag rootTag = surface.rootViewTag.integerValue;
52 [_registry removeObjectForKey:(__bridge id)(void *)rootTag];
55 - (ABI48_0_0RCTFabricSurface *)surfaceForRootTag:(ABI48_0_0ReactTag)rootTag
59 return [_registry objectForKey:(__bridge id)(void *)rootTag];
H A DABI48_0_0RCTSurfaceRegistry.h43 - (nullable ABI48_0_0RCTFabricSurface *)surfaceForRootTag:(ABI48_0_0ReactTag)rootTag;
/expo/packages/expo/build/launch/
H A DregisterRootComponent.js15 const rootTag = document.getElementById('root');
17 if (!rootTag) {
22 rootTag, field
H A DregisterRootComponent.js.map1rootTag = document.getElementById('root');\n if (process.env.NODE_ENV !== 'production') {\n …
/expo/packages/expo/src/launch/
H A DregisterRootComponent.tsx34 const rootTag = document.getElementById('root');
36 if (!rootTag) {
43 rootTag,
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Modules/
H A DABI47_0_0RCTSurfacePresenterStub.h24 - (void)willMountComponentsWithRootTag:(NSInteger)rootTag;
25 - (void)didMountComponentsWithRootTag:(NSInteger)rootTag;
H A DABI47_0_0RCTUIManager.h34 - (void)registerRootViewTag:(NSNumber *)rootTag;
136 - (UIView *)viewForNativeID:(NSString *)nativeID withRootTag:(NSNumber *)rootTag;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Modules/
H A DABI49_0_0RCTSurfacePresenterStub.h24 - (void)willMountComponentsWithRootTag:(NSInteger)rootTag;
25 - (void)didMountComponentsWithRootTag:(NSInteger)rootTag;
H A DABI49_0_0RCTUIManager.h34 - (void)registerRootViewTag:(NSNumber *)rootTag;
136 - (UIView *)viewForNativeID:(NSString *)nativeID withRootTag:(NSNumber *)rootTag;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Modules/
H A DABI48_0_0RCTSurfacePresenterStub.h24 - (void)willMountComponentsWithRootTag:(NSInteger)rootTag;
25 - (void)didMountComponentsWithRootTag:(NSInteger)rootTag;
H A DABI48_0_0RCTUIManager.h34 - (void)registerRootViewTag:(NSNumber *)rootTag;
136 - (UIView *)viewForNativeID:(NSString *)nativeID withRootTag:(NSNumber *)rootTag;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/templateprocessor/
H A DABI47_0_0UITemplateProcessor.h49 int rootTag,
58 Tag rootTag,
/expo/android/vendored/sdk47/react-native-reanimated/android/src/main/java/abi47_0_0/com/swmansion/reanimated/transitions/
H A DTransitionModule.java21 public void animateNextTransition(final int rootTag, final ReadableMap config) { in animateNextTransition() argument
27 View rootView = nativeViewHierarchyManager.resolveView(rootTag); in animateNextTransition()
/expo/android/vendored/sdk48/react-native-reanimated/android/src/main/java/abi48_0_0/com/swmansion/reanimated/transitions/
H A DTransitionModule.java21 public void animateNextTransition(final int rootTag, final ReadableMap config) { in animateNextTransition() argument
27 View rootView = nativeViewHierarchyManager.resolveView(rootTag); in animateNextTransition()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Views/
H A DABI48_0_0RCTComponentData.h37 - (UIView *)createViewWithTag:(nullable NSNumber *)tag rootTag:(nullable NSNumber *)rootTag;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Views/
H A DABI49_0_0RCTComponentData.h37 - (UIView *)createViewWithTag:(nullable NSNumber *)tag rootTag:(nullable NSNumber *)rootTag;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Views/
H A DABI47_0_0RCTComponentData.h37 - (UIView *)createViewWithTag:(nullable NSNumber *)tag rootTag:(nullable NSNumber *)rootTag;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/Mounting/
H A DABI49_0_0RCTMountingManagerDelegate.h33 …9_0_0RCTMountingManager *)mountingManager didMountComponentsWithRootTag:(ABI49_0_0ReactTag)rootTag;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/Mounting/
H A DABI47_0_0RCTMountingManagerDelegate.h33 …7_0_0RCTMountingManager *)mountingManager didMountComponentsWithRootTag:(ABI47_0_0ReactTag)rootTag;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Fabric/Mounting/
H A DABI48_0_0RCTMountingManagerDelegate.h33 …8_0_0RCTMountingManager *)mountingManager didMountComponentsWithRootTag:(ABI48_0_0ReactTag)rootTag;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/mounting/
H A DABI49_0_0StubViewTree.h39 Tag rootTag;

12345