Skip to content

Commit

Permalink
Merge pull request #23042 from jayeshmangwani/native_add_missing_targ…
Browse files Browse the repository at this point in the history
…et_location

[NoQA] Fix: console warning by adding the missing values to target location for native devices
  • Loading branch information
stitesExpensify authored Jul 19, 2023
2 parents 2d2008a + 70276a3 commit 66dab07
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/libs/getClickedTargetLocation/index.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@
*/
function getClickedTargetLocation() {
return {
top: 0,
bottom: 0,
left: 0,
right: 0,
height: 0,
x: 0,
y: 0,
};
}

Expand Down

0 comments on commit 66dab07

Please sign in to comment.