mirror of
https://github.com/status-im/react-native-cameraroll.git
synced 2025-01-14 11:54:39 +00:00
0c453b6118
Added typescript binding Fixed flow type issues renamed NativeModule to RNCCameraRoll Added basic jest tests prettier/lint issues fixed
6 lines
104 B
JavaScript
6 lines
104 B
JavaScript
module.exports = {
|
|
deletePhotos: jest.fn(),
|
|
saveToCameraRoll: jest.fn(),
|
|
getPhotos: jest.fn(),
|
|
};
|