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 = {
182
182
element : Element < ElementType > ,
183
183
containerTag: number,
184
184
callback: ?() => void ,
185
- concurrentRoot : ?boolean ,
186
185
) : ?ElementRef < ElementType > ,
187
186
unmountComponentAtNode(containerTag: number): void,
188
187
unmountComponentAtNodeAndRemoveContainer(containerTag: number): void,
Original file line number Diff line number Diff line change 12
12
13
13
import { BatchedBridge } from 'react-native/Libraries/ReactPrivate/ReactNativePrivateInterface' ;
14
14
15
- // TODO @sema : Adjust types
16
- import type { ReactNativeType } from './ReactNativeTypes' ;
15
+ import type { ReactFabricType } from './ReactNativeTypes' ;
17
16
18
17
let ReactFabric ;
19
18
You can’t perform that action at this time.
0 commit comments