diff options
author | Ashm Walia <40498934+ashmgarv@users.noreply.github.com> | 2021-01-05 12:58:20 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-05 15:58:20 -0500 |
commit | e38a3eaa6c853f13f5bbb1476fcab3ee1fd974bd (patch) | |
tree | 29480027da98465fa3de41d0a2f6bbaac592977b /src/components/moments/Moment.tsx | |
parent | f2b48cb997a44f05ecee33942307bf58e144e406 (diff) |
Done (#163)
Diffstat (limited to 'src/components/moments/Moment.tsx')
-rw-r--r-- | src/components/moments/Moment.tsx | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/components/moments/Moment.tsx b/src/components/moments/Moment.tsx index 7010a595..0d2c2b62 100644 --- a/src/components/moments/Moment.tsx +++ b/src/components/moments/Moment.tsx @@ -34,7 +34,13 @@ const Moment: React.FC<MomentProps> = ({ const navigateToImagePicker = () => { ImagePicker.openPicker({ - smartAlbums: ['Favorites', 'RecentlyAdded', 'SelfPortraits', 'Screenshots', 'UserLibrary'], + smartAlbums: [ + 'Favorites', + 'RecentlyAdded', + 'SelfPortraits', + 'Screenshots', + 'UserLibrary', + ], width: 580, height: 580, cropping: true, |