mirror of
https://github.com/status-im/react-native-image-crop-picker.git
synced 2025-02-23 02:48:12 +00:00
6 lines
122 B
JavaScript
6 lines
122 B
JavaScript
|
|
import {AppRegistry} from 'react-native';
|
|
import App from './app';
|
|
|
|
AppRegistry.registerComponent('example', () => App);
|