Skip to content

Commit

Permalink
Merge pull request facebook#893 from joebernard/patch-1
Browse files Browse the repository at this point in the history
Clarifying a sentence
  • Loading branch information
rickhanlonii authored Apr 20, 2019
2 parents a4f65ab + 45fd607 commit 9e4b8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/direct-manipulation.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Determines the location of the given view in the window and returns the values v

### measureLayout(relativeToNativeNode, onSuccess, onFail)

Like `measure()`, but measures the view relative an ancestor, specified as `relativeToNativeNode`. This means that the returned x, y are relative to the origin x, y of the ancestor view.
Like `measure()`, but measures the view relative to an ancestor, specified as `relativeToNativeNode`. This means that the returned x, y are relative to the origin x, y of the ancestor view.

As always, to obtain a native node handle for a component, you can use `findNodeHandle(component)`.

Expand Down

0 comments on commit 9e4b8e1

Please sign in to comment.