| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/ |
| H A D | ABI49_0_0RCTSurfaceRegistry.mm | 42 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 D | ABI49_0_0RCTSurfaceRegistry.h | 43 - (nullable ABI49_0_0RCTFabricSurface *)surfaceForRootTag:(ABI49_0_0ReactTag)rootTag;
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/ |
| H A D | ABI47_0_0RCTSurfaceRegistry.mm | 43 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 D | ABI47_0_0RCTSurfaceRegistry.h | 43 - (nullable ABI47_0_0RCTFabricSurface *)surfaceForRootTag:(ABI47_0_0ReactTag)rootTag;
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Fabric/ |
| H A D | ABI48_0_0RCTSurfaceRegistry.mm | 43 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 D | ABI48_0_0RCTSurfaceRegistry.h | 43 - (nullable ABI48_0_0RCTFabricSurface *)surfaceForRootTag:(ABI48_0_0ReactTag)rootTag;
|
| /expo/packages/expo/build/launch/ |
| H A D | registerRootComponent.js | 15 const rootTag = document.getElementById('root'); 17 if (!rootTag) { 22 rootTag, field
|
| H A D | registerRootComponent.js.map | 1 …rootTag = document.getElementById('root');\n if (process.env.NODE_ENV !== 'production') {\n …
|
| /expo/packages/expo/src/launch/ |
| H A D | registerRootComponent.tsx | 34 const rootTag = document.getElementById('root'); 36 if (!rootTag) { 43 rootTag,
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Modules/ |
| H A D | ABI47_0_0RCTSurfacePresenterStub.h | 24 - (void)willMountComponentsWithRootTag:(NSInteger)rootTag; 25 - (void)didMountComponentsWithRootTag:(NSInteger)rootTag;
|
| H A D | ABI47_0_0RCTUIManager.h | 34 - (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 D | ABI49_0_0RCTSurfacePresenterStub.h | 24 - (void)willMountComponentsWithRootTag:(NSInteger)rootTag; 25 - (void)didMountComponentsWithRootTag:(NSInteger)rootTag;
|
| H A D | ABI49_0_0RCTUIManager.h | 34 - (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 D | ABI48_0_0RCTSurfacePresenterStub.h | 24 - (void)willMountComponentsWithRootTag:(NSInteger)rootTag; 25 - (void)didMountComponentsWithRootTag:(NSInteger)rootTag;
|
| H A D | ABI48_0_0RCTUIManager.h | 34 - (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 D | ABI47_0_0UITemplateProcessor.h | 49 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 D | TransitionModule.java | 21 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 D | TransitionModule.java | 21 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 D | ABI48_0_0RCTComponentData.h | 37 - (UIView *)createViewWithTag:(nullable NSNumber *)tag rootTag:(nullable NSNumber *)rootTag;
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Views/ |
| H A D | ABI49_0_0RCTComponentData.h | 37 - (UIView *)createViewWithTag:(nullable NSNumber *)tag rootTag:(nullable NSNumber *)rootTag;
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Views/ |
| H A D | ABI47_0_0RCTComponentData.h | 37 - (UIView *)createViewWithTag:(nullable NSNumber *)tag rootTag:(nullable NSNumber *)rootTag;
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/Mounting/ |
| H A D | ABI49_0_0RCTMountingManagerDelegate.h | 33 …9_0_0RCTMountingManager *)mountingManager didMountComponentsWithRootTag:(ABI49_0_0ReactTag)rootTag;
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/Mounting/ |
| H A D | ABI47_0_0RCTMountingManagerDelegate.h | 33 …7_0_0RCTMountingManager *)mountingManager didMountComponentsWithRootTag:(ABI47_0_0ReactTag)rootTag;
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Fabric/Mounting/ |
| H A D | ABI48_0_0RCTMountingManagerDelegate.h | 33 …8_0_0RCTMountingManager *)mountingManager didMountComponentsWithRootTag:(ABI48_0_0ReactTag)rootTag;
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/mounting/ |
| H A D | ABI49_0_0StubViewTree.h | 39 Tag rootTag;
|