XuqmGroup-RNChatDemo/index.js
徐勤民 bc512a17cb chore: init RN chat demo project
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-24 10:58:27 +08:00

10 行
187 B
JavaScript

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