Files
vf_react/argon-pro-react-native/index.js
2026-01-13 15:10:13 +08:00

6 lines
101 B
JavaScript

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