mirror of
https://github.com/status-im/react-native-cameraroll.git
synced 2025-01-28 18:34:54 +00:00
7 lines
120 B
JavaScript
7 lines
120 B
JavaScript
|
|
||
|
import { NativeModules } from 'react-native';
|
||
|
|
||
|
const { RNCCameraroll } = NativeModules;
|
||
|
|
||
|
export default RNCCameraroll;
|