diff options
Diffstat (limited to 'src/screens/onboarding')
| -rw-r--r-- | src/screens/onboarding/ProfileOnboarding.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/screens/onboarding/ProfileOnboarding.tsx b/src/screens/onboarding/ProfileOnboarding.tsx index d51aec95..70550f36 100644 --- a/src/screens/onboarding/ProfileOnboarding.tsx +++ b/src/screens/onboarding/ProfileOnboarding.tsx @@ -147,6 +147,7 @@ const ProfileOnboarding: React.FC<ProfileOnboardingProps> = ({ const goToGalleryLargePic = () => { ImagePicker.openPicker({ + smartAlbums: ['Favorites', 'RecentlyAdded', 'SelfPortraits', 'Screenshots', 'UserLibrary'], width: 580, height: 580, cropping: true, @@ -166,6 +167,7 @@ const ProfileOnboarding: React.FC<ProfileOnboardingProps> = ({ const goToGallerySmallPic = () => { ImagePicker.openPicker({ + smartAlbums: ['Favorites', 'RecentlyAdded', 'SelfPortraits', 'Screenshots', 'UserLibrary'], width: 580, height: 580, cropping: true, |
