react-native-cameraroll/js/__mocks__/nativeInterface.js
Bartol Karuza 0c453b6118 general cleanup
Added typescript binding
Fixed flow type issues
renamed NativeModule to RNCCameraRoll
Added basic jest tests
prettier/lint issues fixed
2019-03-03 14:39:57 +08:00

6 lines
104 B
JavaScript

module.exports = {
deletePhotos: jest.fn(),
saveToCameraRoll: jest.fn(),
getPhotos: jest.fn(),
};