From 276273e5356b7ebf581aada39e8a193e287c5e76 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Sat, 20 Apr 2019 10:22:50 +0000 Subject: [PATCH] Deploy website Deploy website version based on 9e4b8e13eab403ca223df03c0207940928c507d4 --- docs/next/direct-manipulation.html | 2 +- docs/next/direct-manipulation/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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';