From 7f101b2c6cd33daacca59ca4668d08333145f436 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Fri, 27 Dec 2019 08:18:39 +0000 Subject: [PATCH] Deploy website Deploy website version based on 2769a0c2ef08a7cf99eb4f10cc2607e9ddacf4ef --- 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 2d39f0c1e88..353db8b5aec 100644 --- a/docs/next/direct-manipulation.html +++ b/docs/next/direct-manipulation.html @@ -248,7 +248,7 @@
  • pageX
  • pageY
  • -

    Note that these measurements are not available until after the rendering has been completed in native. If you need the measurements as soon as possible, consider using the onLayout prop instead.

    +

    Note that these measurements are not available until after the rendering has been completed in native. If you need the measurements as soon as possible and you don't need pageX and pageY, consider using the onLayout prop instead.

    measureInWindow(callback)

    Determines the location of the given view in the window and returns the values via an async callback. If the React root view is embedded in another native view, this will give you the absolute coordinates. If successful, the callback will be called with the following arguments:

    -

    Note that these measurements are not available until after the rendering has been completed in native. If you need the measurements as soon as possible, consider using the onLayout prop instead.

    +

    Note that these measurements are not available until after the rendering has been completed in native. If you need the measurements as soon as possible and you don't need pageX and pageY, consider using the onLayout prop instead.

    measureInWindow(callback)

    Determines the location of the given view in the window and returns the values via an async callback. If the React root view is embedded in another native view, this will give you the absolute coordinates. If successful, the callback will be called with the following arguments: