mirror of
https://github.com/zhigang1992/react-native-global-props.git
synced 2026-01-12 22:50:26 +08:00
5 lines
141 B
JavaScript
5 lines
141 B
JavaScript
import Main from './Main';
|
|
import { AppRegistry } from 'react-native';
|
|
|
|
AppRegistry.registerComponent('ReactNativeGlobalProps', () => Main);
|