mirror of
https://github.com/status-im/react-native-cameraroll.git
synced 2025-01-12 10:54:18 +00:00
0c453b6118
Added typescript binding Fixed flow type issues renamed NativeModule to RNCCameraRoll Added basic jest tests prettier/lint issues fixed
3 lines
92 B
JavaScript
3 lines
92 B
JavaScript
const RNCCameraRoll = require('NativeModules').RNCCameraRoll;
|
|
export default RNCCameraRoll;
|