Set home as main component, rename list

This commit is contained in:
emelko
2018-05-30 12:33:19 +02:00
parent ef9f2f2822
commit 4cd0984f0b
5 changed files with 74 additions and 62 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
import { AppRegistry } from 'react-native'
import App from './App'
import Home from './App'
AppRegistry.registerComponent('drip', () => App)
AppRegistry.registerComponent('home', () => Home)