Initial commit

This commit is contained in:
michael
2026-01-22 13:55:55 -08:00
commit d05c02f556
31 changed files with 17832 additions and 0 deletions

4
index.js Normal file
View File

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