chore: initial commit

This commit is contained in:
Kyle Fang
2019-05-12 09:53:24 +08:00
commit 82c3540117
56 changed files with 9303 additions and 0 deletions

9
index.js Normal file
View File

@@ -0,0 +1,9 @@
/**
* @format
*/
import {AppRegistry} from 'react-native';
import App from './App';
import {name as appName} from './app.json';
AppRegistry.registerComponent(appName, () => App);