From 7b7625b1fef4b75daad83700f68b41820a6af7b4 Mon Sep 17 00:00:00 2001 From: Russell Stewart Date: Mon, 12 Oct 2015 10:14:22 -0700 Subject: [PATCH] Update ToastAndroidExample.android.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Closes https://github.com/facebook/react-native/pull/3236 Reviewed By: @​svcscm Differential Revision: D2517317 Pulled By: @mkonicek fb-gh-sync-id: cfbcffd5fdf5e5d2a59b35b35d890717ce64f4a3 --- Examples/UIExplorer/ToastAndroidExample.android.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/UIExplorer/ToastAndroidExample.android.js b/Examples/UIExplorer/ToastAndroidExample.android.js index 05943cd272..61becd2739 100644 --- a/Examples/UIExplorer/ToastAndroidExample.android.js +++ b/Examples/UIExplorer/ToastAndroidExample.android.js @@ -21,7 +21,7 @@ var { StyleSheet, Text, ToastAndroid, - TouchableWithoutFeedback + TouchableWithoutFeedback, } = React; var UIExplorerBlock = require('UIExplorerBlock');