Files
aliyun-oss-react-native/Example/index.js
2018-06-18 12:11:01 +08:00

5 lines
123 B
JavaScript

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