File tree 5 files changed +4
-293
lines changed
5 files changed +4
-293
lines changed Original file line number Diff line number Diff line change @@ -765,6 +765,7 @@ rn_library(
765
765
"//xplat/js:node_modules__use_19sync_19external_19store" ,
766
766
"//xplat/js:node_modules__whatwg_19fetch" ,
767
767
"//xplat/js/RKJSModules/Libraries/Polyfills:Polyfills" ,
768
+ "//xplat/js/RKJSModules/Libraries/React:React" ,
768
769
"//xplat/js/RKJSModules/vendor/react:react" ,
769
770
"//xplat/js/RKJSModules/vendor/react-test-renderer:react-test-renderer" ,
770
771
"//xplat/js/RKJSModules/vendor/scheduler:scheduler" ,
Original file line number Diff line number Diff line change 1
- 0cac4d54c3eb144b72b7bf0ccf05b3740c6b747f
1
+ 9fb581c7cc9b08a776d440254048734c3ffec78c
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6
6
*
7
7
* @noformat
8
8
* @flow strict
9
- * @generated SignedSource<<d1711869276d3e52d184ac3230988ced >>
9
+ * @generated SignedSource<<81b3507b34f3a91f9bf71beb0f487340 >>
10
10
*
11
11
* This file was sync'd from the facebook/react repository.
12
12
*/
@@ -141,6 +141,7 @@ type InspectorDataGetter = (
141
141
} > ;
142
142
143
143
export type InspectorData = $ReadOnly < {
144
+ closestInstance ?: mixed ,
144
145
hierarchy : Array < {
145
146
name : ?string ,
146
147
getInspectorData : InspectorDataGetter ,
@@ -153,7 +154,6 @@ export type InspectorData = $ReadOnly<{
153
154
export type TouchedViewDataAtPoint = $ReadOnly < {
154
155
pointerY : number ,
155
156
touchedViewTag ?: number ,
156
- closestInstance ?: mixed ,
157
157
frame : $ReadOnly < {
158
158
top : number ,
159
159
left : number ,
You can’t perform that action at this time.
0 commit comments