mirror of
https://github.com/status-im/react-native-image-crop-picker.git
synced 2026-09-01 20:31:18 +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);
|