(ios) Fix typo in Timelapses album

This commit is contained in:
Ivan Pusic 2018-02-16 10:10:36 +01:00
parent 182e5e17e8
commit b3b9f0d7d7
2 changed files with 74 additions and 74 deletions

View File

@ -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

View File

@ -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),