File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/react-native-renderer/src
scripts/rollup/shims/react-native Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -210,6 +210,7 @@ export type ReactFabricType = {
210210 element : Element < ElementType > ,
211211 containerTag : number ,
212212 callback : ?( ) = > void ,
213+ concurrentRoot : ?boolean ,
213214 ) : ?ElementRef < ElementType > ,
214215 unmountComponentAtNode ( containerTag : number ) : void ,
215216 ...
Original file line number Diff line number Diff line change 1212
1313import { BatchedBridge } from 'react-native/Libraries/ReactPrivate/ReactNativePrivateInterface' ;
1414
15- // TODO @sema : Adjust types
16- import type { ReactNativeType } from './ReactNativeTypes' ;
15+ import type { ReactFabricType } from './ReactNativeTypes' ;
1716
1817let ReactFabric ;
1918
@@ -29,4 +28,4 @@ if (global.RN$Bridgeless) {
2928 BatchedBridge . registerCallableModule ( 'ReactFabric' , ReactFabric ) ;
3029}
3130
32- module . exports = ( ReactFabric : ReactNativeType ) ;
31+ module . exports = ( ReactFabric : ReactFabricType ) ;
You can’t perform that action at this time.
0 commit comments