mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-25 21:05:40 +08:00
Typo in NativeMethodsMixin.js
Summary:Fixed a typo in NativeMethodsMixin.js Before:  After:  Closes https://github.com/facebook/react-native/pull/6583 Differential Revision: D3081509 Pulled By: javache fb-gh-sync-id: 016febb449ac61870a161673120f706c6c7992ed shipit-source-id: 016febb449ac61870a161673120f706c6c7992ed
This commit is contained in:
committed by
Facebook Github Bot 7
parent
720c76f94d
commit
777983c05b
@@ -94,7 +94,7 @@ var NativeMethodsMixin = {
|
||||
* 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
|
||||
* successful, the callback will be called with the following
|
||||
* arguments:
|
||||
*
|
||||
* - x
|
||||
|
||||
Reference in New Issue
Block a user