UNPKG

rnr-starter

Version:

A comprehensive React Native Expo boilerplate with 50+ modern UI components, dark/light themes, i18n, state management, and production-ready architecture

10 lines (7 loc) 207 B
import '@expo/metro-runtime'; import { registerRootComponent } from 'expo'; import { App } from 'expo-router/build/qualified-entry'; registerRootComponent(App); if (module?.hot) { module.hot.accept(); }