6 lines
122 B
JavaScript
Raw Permalink Normal View History

2016-05-18 12:07:36 +02:00
import {AppRegistry} from 'react-native';
import App from './app';
AppRegistry.registerComponent('example', () => App);