mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fixed #336
This commit is contained in:
6
index.js
6
index.js
@ -1,8 +1,8 @@
|
||||
import { registerRootComponent } from 'expo';
|
||||
import { registerRootComponent } from 'expo'
|
||||
|
||||
import App from '@root/App';
|
||||
import App from '@root/App'
|
||||
|
||||
// registerRootComponent calls AppRegistry.registerComponent('main', () => App);
|
||||
// It also ensures that whether you load the app in the Expo client or in a native build,
|
||||
// the environment is set up appropriately
|
||||
registerRootComponent(App);
|
||||
registerRootComponent(App)
|
||||
|
Reference in New Issue
Block a user