webapp/index.js
xudan efa0d27041 Initial commit
Generated by react-native@0.80.1
2025-07-21 10:27:34 +08: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);