react-native-config/Example/index.js

5 lines
123 B
JavaScript
Raw Normal View History

2017-12-05 05:34:37 +00:00
import { AppRegistry } from 'react-native';
import App from './App';
AppRegistry.registerComponent('Example', () => App);