5 lines
124 B
TypeScript
Raw Normal View History

2022-05-10 19:42:15 -04:00
import { AppRegistry } from 'react-native';
import App from './src/App';
AppRegistry.registerComponent('main', () => App);