Skip to content

Commit

Permalink
mock new camera roll lib
Browse files Browse the repository at this point in the history
  • Loading branch information
arosiclair committed Mar 17, 2023
1 parent 9fa14dd commit fc6ebf8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions __mocks__/@react-native-camera-roll/camera-roll.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export default {
CameraRoll: {
save: jest.fn(),
},
};

0 comments on commit fc6ebf8

Please sign in to comment.