Mobile | Fri Aug 12 2022
Multiple Image Selection
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
Learn more https://docs.expo.dev/versions/v46.0.0/sdk/imagepicker/#imagepickermultipleresult
Links
Go back to Projects