Update ToastAndroidExample.android.js

Summary: Closes https://github.com/facebook/react-native/pull/3236

Reviewed By: @​svcscm

Differential Revision: D2517317

Pulled By: @mkonicek

fb-gh-sync-id: cfbcffd5fdf5e5d2a59b35b35d890717ce64f4a3
This commit is contained in:
Russell Stewart 2015-10-12 10:14:22 -07:00 committed by facebook-github-bot-4
parent 302fb6aea7
commit 7b7625b1fe
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ var {
StyleSheet,
Text,
ToastAndroid,
TouchableWithoutFeedback
TouchableWithoutFeedback,
} = React;
var UIExplorerBlock = require('UIExplorerBlock');