Skip to content

Commit

Permalink
[devtools][easy] Fix flow type (#25147)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyao1 committed Aug 27, 2022
1 parent 0de3ddf commit 9ff738f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-native-renderer/src/ReactNativeTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export type InspectorData = $ReadOnly<{|
export type TouchedViewDataAtPoint = $ReadOnly<{|
pointerY: number,
touchedViewTag?: number,
closestInstance?: Object,
closestInstance?: mixed,
frame: $ReadOnly<{|
top: number,
left: number,
Expand Down

0 comments on commit 9ff738f

Please sign in to comment.