This commit is contained in:
2026-01-13 15:10:13 +08:00
parent 38f0885a85
commit 45d5debead
134 changed files with 16980 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
import { registerRootComponent } from "expo";
import App from "./App";
registerRootComponent(App);