first commit

This commit is contained in:
2026-03-10 16:18:05 +00:00
commit 11f9c069b5
31635 changed files with 3187747 additions and 0 deletions

10
node_modules/expo-router/entry-classic.js generated vendored Normal file
View File

@@ -0,0 +1,10 @@
// `@expo/metro-runtime` MUST be the first import to ensure Fast Refresh works
// on web.
import '@expo/metro-runtime';
import { App } from 'expo-router/build/qualified-entry';
import { renderRootComponent } from 'expo-router/build/renderRootComponent';
// This file should only import and register the root. No components or exports
// should be added here.
renderRootComponent(App);