2022-08-22 14:42:21 -04:00

5 lines
124 B
TypeScript

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