mirror of
https://github.com/status-im/status-react.git
synced 2025-01-09 10:42:53 +00:00
44732e9736
This commit swaps the fork of @react-native-camera-roll/camera-roll with a patch and upgrades this library to the latest version. needed for : https://github.com/status-im/status-mobile/issues/18138 Verify if camera album related features still work. - iOS status: ready
12 lines
595 B
Diff
12 lines
595 B
Diff
--- /tmp/tmp-status-mobile-3907e6b2e/tmp.juxTO1BeCM/NativeCameraRollModule.ts 2024-04-16 15:21:28.379979000 +0200
|
|
+++ ./node_modules/@react-native-camera-roll/camera-roll/src/NativeCameraRollModule.ts 2024-04-16 15:21:40.490391291 +0200
|
|
@@ -81,6 +81,8 @@
|
|
getPhotos(params: Object): Promise<PhotoIdentifiersPage>;
|
|
getAlbums(params: Object): Promise<Album[]>;
|
|
deletePhotos(photoUris: Array<string>): Promise<void>;
|
|
+ getPhotosCountiOS(arg: string): Promise<number>;
|
|
+ getFavoritesiOS(arg: string): Promise<Album>;
|
|
getPhotoByInternalID(
|
|
internalID: string,
|
|
options: Object,
|