Files
Dabur_StoreDNA1/index.js
T
2025-07-30 10:35:06 +05:30

11 lines
192 B
JavaScript

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