5 lines
135 B
JavaScript
5 lines
135 B
JavaScript
import { AppRegistry } from 'react-native';
|
|
import Example from './Example';
|
|
|
|
AppRegistry.registerComponent('Example', () => Example);
|