WIP - adding expo 2

This commit is contained in:
Paul Frazee
2023-03-08 13:53:00 -06:00
parent bc46714ca5
commit 18347bdb22
77 changed files with 966 additions and 16646 deletions
+7 -8
View File
@@ -1,10 +1,9 @@
/**
* @format
*/
import 'platform/polyfills'
import {AppRegistry} from 'react-native'
import App from './src/App'
import {name as appName} from './src/app.json'
import {registerRootComponent} from 'expo'
AppRegistry.registerComponent(appName, () => App)
import App from './src/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)