1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee
react-native-alipay/example/index.js

5 lines
118 B
JavaScript
Raw Permalink Normal View History

2020-07-07 17:44:10 +08:00
import {AppRegistry} from 'react-native';
import App from './App';
2022-08-06 16:25:42 +08:00
AppRegistry.registerComponent('main', () => App);