mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-05-14 02:14:52 +08:00
5 lines
131 B
JavaScript
5 lines
131 B
JavaScript
import { AppRegistry } from 'react-native';
|
|
import App from './App';
|
|
|
|
AppRegistry.registerComponent('CodePushDemoApp', () => App);
|