Initial commit

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2023-07-08 17:47:05 +03:00
commit cca5cf6781
54 changed files with 28103 additions and 0 deletions

5
index.js Normal file
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);