mirror of
https://github.com/status-im/react-native-cameraroll.git
synced 2025-02-17 12:06:40 +00:00
Merge pull request #28 from GenomeUS/fix-all-mediatypes-order
[FIX][iOS] All mediaTypes return order
This commit is contained in:
commit
6749ff933c
@ -61,7 +61,8 @@ RCT_ENUM_CONVERTER(PHAssetCollectionSubtype, (@{
|
|||||||
"'videos' or 'all'.", mediaType);
|
"'videos' or 'all'.", mediaType);
|
||||||
}
|
}
|
||||||
// This case includes the "all" mediatype
|
// This case includes the "all" mediatype
|
||||||
return nil;
|
PHFetchOptions *const options = [PHFetchOptions new];
|
||||||
|
return options;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user