diff --git a/ios/RNCCameraRollManager.m b/ios/RNCCameraRollManager.m index 7654274..7009430 100644 --- a/ios/RNCCameraRollManager.m +++ b/ios/RNCCameraRollManager.m @@ -27,7 +27,7 @@ RCT_ENUM_CONVERTER(PHAssetCollectionSubtype, (@{ @"album": @(PHAssetCollectionSubtypeAny), - @"all": @(PHAssetCollectionSubtypeAny), + @"all": @(PHAssetCollectionSubtypeSmartAlbumUserLibrary), @"event": @(PHAssetCollectionSubtypeAlbumSyncedEvent), @"faces": @(PHAssetCollectionSubtypeAlbumSyncedFaces), @"library": @(PHAssetCollectionSubtypeSmartAlbumUserLibrary),