From b3322a03fbb42f4b9e805ff3b1a1ececff91e977 Mon Sep 17 00:00:00 2001
From: Website Deployment Script
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.
Like measure(), but measures the view relative an ancestor,
+prop instead.
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 be called with the following +arguments:
Note that these measurements are not available until after the rendering +has been completed in native.
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.
As always, to obtain a native node handle for a component, you can use
React.findNodeHandle(component).
This function sends props straight to native. They will not participate in