diff --git a/docs/next/direct-manipulation.html b/docs/next/direct-manipulation.html index ba7f1793513..25edfb531e8 100644 --- a/docs/next/direct-manipulation.html +++ b/docs/next/direct-manipulation.html @@ -248,7 +248,7 @@
  • height
  • 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).

    import {findNodeHandle} from 'react-native';
     
    diff --git a/docs/next/direct-manipulation/index.html b/docs/next/direct-manipulation/index.html index ba7f1793513..25edfb531e8 100644 --- a/docs/next/direct-manipulation/index.html +++ b/docs/next/direct-manipulation/index.html @@ -248,7 +248,7 @@
  • height
  • 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).

    import {findNodeHandle} from 'react-native';