5 lines
124 B
TypeScript
5 lines
124 B
TypeScript
|
import { AppRegistry } from 'react-native';
|
||
|
import App from './src/App';
|
||
|
|
||
|
AppRegistry.registerComponent('main', () => App);
|