import { registerRootComponent } from 'expo'; import { ScreenRoutes } from '~/main/routes/index'; registerRootComponent(ScreenRoutes);