Files
react-native-global-props/example/index.js
2016-12-09 22:35:23 -05:00

5 lines
141 B
JavaScript

import Main from './Main';
import { AppRegistry } from 'react-native';
AppRegistry.registerComponent('ReactNativeGlobalProps', () => Main);