mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-26 07:04:05 +08:00
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:
committed by
facebook-github-bot-6
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
|
||||
|
||||
Reference in New Issue
Block a user