chore: initial commit

This commit is contained in:
2026-06-19 20:56:05 +02:00
commit f67e22eb38
82 changed files with 3917 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import { AppRegistry } from 'react-native';
import App from './src/App';
import { name as appName } from './app.json';
AppRegistry.registerComponent(appName, () => App);