diff options
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/moments/Moment.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/moments/Moment.tsx b/src/components/moments/Moment.tsx index fb6186c8..7010a595 100644 --- a/src/components/moments/Moment.tsx +++ b/src/components/moments/Moment.tsx @@ -34,6 +34,7 @@ const Moment: React.FC<MomentProps> = ({ const navigateToImagePicker = () => { ImagePicker.openPicker({ + smartAlbums: ['Favorites', 'RecentlyAdded', 'SelfPortraits', 'Screenshots', 'UserLibrary'], width: 580, height: 580, cropping: true, |
