1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee
react-native-alipay/example/index.js
2022-08-06 16:25:42 +08:00

5 lines
118 B
JavaScript

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