sgtownship/index.js
2026-07-03 13:17:04 +05:30

6 lines
171 B
JavaScript

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