mirror of
https://github.com/status-im/react-native-cameraroll.git
synced 2025-01-15 20:34:25 +00:00
1f3f111bca
# Conflicts: # README.md
7 lines
120 B
JavaScript
7 lines
120 B
JavaScript
|
|
import { NativeModules } from 'react-native';
|
|
|
|
const { RNCCameraroll } = NativeModules;
|
|
|
|
export default RNCCameraroll;
|