fix typo: showText -> show
Summary: fix typo: showText -> show Closes https://github.com/facebook/react-native/pull/4140 Reviewed By: svcscm Differential Revision: D2663635 Pulled By: nicklockwood fb-gh-sync-id: 3969419e98e8220842494ffc8004b77b6d9a403f
This commit is contained in:
parent
6e01c514d2
commit
b0196a1932
|
@ -14,7 +14,7 @@
|
|||
var RCTToastAndroid = require('NativeModules').ToastAndroid;
|
||||
|
||||
/**
|
||||
* This exposes the native ToastAndroid module as a JS module. This has a function 'showText'
|
||||
* This exposes the native ToastAndroid module as a JS module. This has a function 'show'
|
||||
* which takes the following parameters:
|
||||
*
|
||||
* 1. String message: A string with the text to toast
|
||||
|
|
Loading…
Reference in New Issue