stage 1: project init

This commit is contained in:
talksik
2026-04-29 10:42:20 -07:00
parent 3a11a82cd3
commit 06918f033d
18 changed files with 6405 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import "./global.css";
import { registerRootComponent } from "expo";
import App from "./src/App";
registerRootComponent(App);