Richard Ramos f525e7368d
chore: upgrade react native and target android 31 (#7)
* chore: upgrade react native and target android 31
* chore: add IOS files
2022-08-29 11:31:45 -04:00

5 lines
124 B
TypeScript

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