Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrkhalil committed Oct 7, 2023
1 parent 97bc8f4 commit 72f409c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/CameraRoll.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ class CameraRoll {
return promise;
}

static getPhotosCountiOS() {
static getPhotosCountiOS(): Promise<number> {
return RNCCameraRoll.getPhotosCountiOS();
}

Expand Down

0 comments on commit 72f409c

Please sign in to comment.