UNPKG

crn-cli

Version:

The Ctrip React Native CLI Tools

8 lines (6 loc) 230 B
import {AppRegistry} from 'react-native'; import App from './App'; import {name as appName} from './app.json'; AppRegistry.registerComponent(appName, () => App); //勿删除,打包需要业务模块导出 module.exports = App;