updated app to react-native

This commit is contained in:
0xturboblitz
2023-07-25 20:01:14 +02:00
parent 519e738001
commit f013fa6941
122 changed files with 29722 additions and 3265 deletions

9
app/index.js Normal file
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);