diff --git a/releases/next/docs/nativemethodsmixin.html b/releases/next/docs/nativemethodsmixin.html index 9c23d0e5495..8f50d69f87f 100644 --- a/releases/next/docs/nativemethodsmixin.html +++ b/releases/next/docs/nativemethodsmixin.html @@ -19,7 +19,7 @@ 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.

static measureLayout(relativeToNativeNode, onSuccess, onFail) #

Like measure(), but measures the view relative to an ancestor, +has been completed in native.

static 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.

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

static focus() #

Requests focus for the given input or view. The exact behavior triggered