Files
react-native-image-crop-picker/example/index.android.js
T

6 lines
122 B
JavaScript

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