๐Ÿ“ฆ 25harsh / react-native-hyperswitch-scancard

๐Ÿ“„ index.js ยท 5 lines
1
2
3
4
5import { AppRegistry } from 'react-native';
import App from './src/App';

AppRegistry.registerComponent('main', () => App);