2016-05-18 12:07:36 +02:00

5 lines
121 B
JavaScript

import {AppRegistry} from 'react-native';
import App from './app';
AppRegistry.registerComponent('example', () => App);