initial commit

(just the typescript template)
This commit is contained in:
austinried
2021-06-08 13:38:16 +09:00
commit b38ba9aaed
57 changed files with 25485 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);