chore: initial commit

This commit is contained in:
Kyle Fang
2022-01-28 21:47:49 +08:00
commit 1702d58891
69 changed files with 3374 additions and 0 deletions

5
example/index.tsx Normal file
View File

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