Fix typo
Summary: Fixed a typo in `ToastAndroid.js`'s comment. No test plan. Just fix a typo. Closes https://github.com/facebook/react-native/pull/15802 Differential Revision: D5767578 Pulled By: hramos fbshipit-source-id: 4ccc708800f7d4259d266fba195981a85e6647a1
This commit is contained in:
parent
61800414cb
commit
ccf49655d9
|
@ -24,7 +24,7 @@ var RCTToastAndroid = require('NativeModules').ToastAndroid;
|
||||||
* There is also a function `showWithGravity` to specify the layout gravity. May be
|
* There is also a function `showWithGravity` to specify the layout gravity. May be
|
||||||
* ToastAndroid.TOP, ToastAndroid.BOTTOM, ToastAndroid.CENTER.
|
* ToastAndroid.TOP, ToastAndroid.BOTTOM, ToastAndroid.CENTER.
|
||||||
*
|
*
|
||||||
* The 'showWithGravityWithOffset' function adds on the ability to specify offset
|
* The 'showWithGravityAndOffset' function adds on the ability to specify offset
|
||||||
* These offset values will translate to pixels.
|
* These offset values will translate to pixels.
|
||||||
*
|
*
|
||||||
* Basic usage:
|
* Basic usage:
|
||||||
|
|
Loading…
Reference in New Issue