Extract navigator and make filenames lowercase, class names uppercase

This commit is contained in:
Julia Friesel
2018-05-30 21:53:19 +02:00
parent 9863da302e
commit 2fe554885d
5 changed files with 15 additions and 14 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { AppRegistry } from 'react-native'
import Home from './App'
import Home from './app'
AppRegistry.registerComponent('home', () => Home)