mirror of
https://github.com/tooot-app/app
synced 2025-01-03 05:00:34 +01:00
5 lines
101 B
JavaScript
5 lines
101 B
JavaScript
import { registerRootComponent } from 'expo'
|
|
import App from './src/App'
|
|
|
|
registerRootComponent(App)
|