Initial commit

This commit is contained in:
2025-06-25 11:56:07 +05:30
parent 87af035459
commit addd221003
20 changed files with 7113 additions and 11455 deletions
+2 -1
View File
@@ -3,7 +3,8 @@
*/
import { AppRegistry } from 'react-native';
import App from './App';
import { name as appName } from './app.json';
import App from './src/App';
AppRegistry.registerComponent(appName, () => App);