Jamie Pine b4024c860e Mobile app in React Native
+ validation support for Actions
2025-12-05 15:16:41 -08:00

5 lines
104 B
JavaScript

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