first commit

This commit is contained in:
QuDian
2018-11-20 22:23:15 +08:00
commit 088a31b252
276 changed files with 40636 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
/** @format */
import {AppRegistry} from 'react-native';
import App from './App';
import {name as appName} from './app.json';
AppRegistry.registerComponent(appName, () => App);