Files
vf_react/MeAgent/index.js
2026-01-16 19:45:48 +08:00

6 lines
101 B
JavaScript

import { registerRootComponent } from "expo";
import App from "./App";
registerRootComponent(App);