From ff5bacf5a37629eddf39cf53c0159c00b992cb41 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Thu, 28 Jun 2018 18:44:19 +0300 Subject: [PATCH] Correcting the ReactNativeHelloWorld tag --- index.android.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.android.js b/index.android.js index 1db35a9..afbf9da 100644 --- a/index.android.js +++ b/index.android.js @@ -5,7 +5,7 @@ import configureStore from './app/store/configureStore.prod.js'; const store = configureStore(); -class ReactNativeelloWorld extends Component { +class ReactNativeHelloWorld extends Component { render() { return ( @@ -13,4 +13,4 @@ class ReactNativeelloWorld extends Component { } } -AppRegistry.registerComponent('ReactNativeWebHelloWorld', () => ReactNativeelloWorld); +AppRegistry.registerComponent('ReactNativeWebHelloWorld', () => ReactNativeHelloWorld);