2017-12-31 13:13:29 -02:00

5 lines
135 B
JavaScript

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