diff --git a/ios/RNCCameraRollManager.m b/ios/RNCCameraRollManager.m index 07d2ff697..32228fcf2 100644 --- a/ios/RNCCameraRollManager.m +++ b/ios/RNCCameraRollManager.m @@ -61,7 +61,8 @@ RCT_ENUM_CONVERTER(PHAssetCollectionSubtype, (@{ "'videos' or 'all'.", mediaType); } // This case includes the "all" mediatype - return nil; + PHFetchOptions *const options = [PHFetchOptions new]; + return options; } }