File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
packages/react-native-renderer/src
scripts/rollup/shims/react-native Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,6 @@ export type ReactNativeType = {
182182 element : Element < ElementType > ,
183183 containerTag: number,
184184 callback: ?() => void ,
185- concurrentRoot : ?boolean ,
186185 ) : ?ElementRef < ElementType > ,
187186 unmountComponentAtNode(containerTag: number): void,
188187 unmountComponentAtNodeAndRemoveContainer(containerTag: number): void,
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
You can’t perform that action at this time.
0 commit comments