app framework

This commit is contained in:
blaisadmin
2026-03-27 00:38:12 -04:00
parent a395f9422c
commit bba670491e
39 changed files with 11781 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
import { registerRootComponent } from 'expo';
import App from './App';
registerRootComponent(App);