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