Back
Mobile | Fri Aug 12 2022

Multiple Image Selection

Thumbnail

Hey there!

With the new release of Expo SDK 46 now we can use multiple image selection with expo-image-picker

Create a new project

npx create-expo-app my-app

Installation

Notice that we are using the new Expo CLI so we need to put npx in front of the command.

npx expo install expo-image-picker

Cropping multiple images is not supported - this option is mutually exclusive with allowsEditing. If this option is enabled, then allowsEditing is ignored.

Learn more https://docs.expo.dev/versions/v46.0.0/sdk/imagepicker/#imagepickermultipleresult

Youtube GitHubDownload

Go back to Projects