new mobile project

This commit is contained in:
Dobromir Popov
2024-02-14 18:02:49 +02:00
parent 7bb857a384
commit 8edaa4b937
59 changed files with 2268 additions and 0 deletions

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);