version 0.2.0

This commit is contained in:
Paolo Miguel de Leon
2022-02-15 11:17:17 +08:00
committed by Ken Lewerentz
parent 5115af1ae7
commit b5be632225
166 changed files with 58836 additions and 70 deletions

9
index.js Normal file
View File

@@ -0,0 +1,9 @@
import 'react-native-gesture-handler';
import { registerRootComponent } from 'expo';
import App from './App';
// registerRootComponent calls AppRegistry.registerComponent('main', () => App);
// It also ensures that whether you load the app in Expo Go or in a native build,
// the environment is set up appropriately
registerRootComponent(App);