Housekeeping

-app folder for App.js, assets, and screens
This commit is contained in:
Arjun Patel
2018-04-18 23:34:09 -07:00
parent 312114f4ee
commit f4e767815e
4 changed files with 13 additions and 804 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { AppRegistry } from 'react-native';
import App from './App';
import App from './app/App';
AppRegistry.registerComponent('Nexto', () => App);