We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5952a62 commit 2ced0d2Copy full SHA for 2ced0d2
packages/react-native-renderer/src/ReactNativeTypes.js
@@ -150,7 +150,7 @@ export type InspectorData = $ReadOnly<{|
150
export type TouchedViewDataAtPoint = $ReadOnly<{|
151
pointerY: number,
152
touchedViewTag?: number,
153
- closestInstance?: Object,
+ closestInstance?: mixed,
154
frame: $ReadOnly<{|
155
top: number,
156
left: number,
0 commit comments