5 lines
135 B
JavaScript
Raw Permalink Normal View History

2016-05-29 12:55:51 -04:00
import { AppRegistry } from 'react-native';
import Example from './Example';
AppRegistry.registerComponent('Example', () => Example);