chore: replace Vite with React Native 0.85.3 (React Native CLI scaffold)

This commit is contained in:
2026-06-06 09:46:38 -05:00
parent d10405a951
commit 52e34d80eb
47 changed files with 296 additions and 653 deletions
+9
View File
@@ -0,0 +1,9 @@
/**
* @format
*/
import { AppRegistry } from 'react-native';
import App from './App';
import { name as appName } from './app.json';
AppRegistry.registerComponent(appName, () => App);