diff --git a/index.js b/index.js index 5a964e7..7f61d50 100644 --- a/index.js +++ b/index.js @@ -6,4 +6,5 @@ import {AppRegistry} from 'react-native'; import App from './src/App'; import {name as appName} from './app.json'; -Platform.OS === 'ios' ? AppRegistry.registerComponent('main', () => App) : AppRegistry.registerComponent(appName, () => App); \ No newline at end of file +AppRegistry.registerComponent('main', () => App); +AppRegistry.registerComponent(appName, () => App); \ No newline at end of file