mirror of
https://github.com/sawyerf/Castafiore.git
synced 2026-03-24 12:57:47 +08:00
8 lines
161 B
JavaScript
8 lines
161 B
JavaScript
import { registerRootComponent } from 'expo';
|
|
|
|
import App from './App';
|
|
import { initService } from '~/utils/player';
|
|
|
|
registerRootComponent(App);
|
|
|
|
initService() |