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