Files
contexta_mb/index.js
belviskhoremk 864bbd389e Initial commit
2026-03-25 11:28:41 +00: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);