(ios) Fix typo in Timelapses album
This commit is contained in:
parent
182e5e17e8
commit
b3b9f0d7d7
|
@ -126,7 +126,7 @@ ImagePicker.clean().then(() => {
|
|||
#### Smart Album Types (ios)
|
||||
|
||||
```
|
||||
['PhotoStream', 'Generic', 'Panoramas', 'Videos', 'Favorites', 'Timepalses', 'AllHidden', 'RecentlyAdded', 'Bursts', 'SlomoVideos', 'UserLibrary', 'SelfPortraits', 'Screenshots', 'DepthEffect', 'LivePhotos', 'Animated', 'LongExposure']
|
||||
['PhotoStream', 'Generic', 'Panoramas', 'Videos', 'Favorites', 'Timelapses', 'AllHidden', 'RecentlyAdded', 'Bursts', 'SlomoVideos', 'UserLibrary', 'SelfPortraits', 'Screenshots', 'DepthEffect', 'LivePhotos', 'Animated', 'LongExposure']
|
||||
```
|
||||
|
||||
### Response Object
|
||||
|
|
|
@ -285,7 +285,7 @@ RCT_EXPORT_METHOD(openPicker:(NSDictionary *)options
|
|||
@"Panoramas" : @(PHAssetCollectionSubtypeSmartAlbumPanoramas),
|
||||
@"Videos" : @(PHAssetCollectionSubtypeSmartAlbumVideos),
|
||||
@"Favorites" : @(PHAssetCollectionSubtypeSmartAlbumFavorites),
|
||||
@"Timepalses" : @(PHAssetCollectionSubtypeSmartAlbumTimelapses),
|
||||
@"Timelapses" : @(PHAssetCollectionSubtypeSmartAlbumTimelapses),
|
||||
@"AllHidden" : @(PHAssetCollectionSubtypeSmartAlbumAllHidden),
|
||||
@"RecentlyAdded" : @(PHAssetCollectionSubtypeSmartAlbumRecentlyAdded),
|
||||
@"Bursts" : @(PHAssetCollectionSubtypeSmartAlbumBursts),
|
||||
|
|
Loading…
Reference in New Issue