Files
MyMobileAgent/app/index.js
Jonathan Atta da373199e0 Initial commit
2026-03-03 10:33:56 +01:00

10 lines
187 B
JavaScript

/**
* @format
*/
import { AppRegistry } from 'react-native';
import App from './App';
import { name as appName } from './app.json';
AppRegistry.registerComponent(appName, () => App);