Files
rn-app/index.js
wuzhenyu 9f5b8552a0 Initial commit
Generated by react-native@0.81.0
2025-08-26 08:49:28 +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);