Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Multiple image (video, etc.) selecting package for Expo SDK (React Native) using
### [Snack full demo](https://snack.expo.io/@monstrodev/expo-image-picker-multiple-full-example) with navbar and compression
![Demo](https://media.giphy.com/media/LP0lZs1dvVCsTk59Bw/giphy.gif)


## expo-sdk version 45 support added

## Features
- Selects multiple images
- Changes orientation (4 in a row for vertical and 7 for horizontal orientations)
Expand Down Expand Up @@ -50,4 +53,4 @@ Multiple image (video, etc.) selecting package for Expo SDK (React Native) using
- `noCameraPermissionComponent`: by default `null`
- `preloaderComponent`: by default `ActivityIndicator` (loader)
- `renderSelectedComponent`: one-parameter (selected number) function is expected to return the component for the icon/text over the selected picture
- `mediaType`: photo by default ([mediaType](https://docs.expo.io/versions/latest/sdk/media-library/#expomedialibrarymediatype))
- `mediaType`: photo by default ([mediaType](https://docs.expo.io/versions/latest/sdk/media-library/#expomedialibrarymediatype))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/MonstroDev/expo-image-picker-multiple#readme",
"dependencies": {
"expo-screen-orientation": "^3.0.0"
"expo-screen-orientation": "^4.2.0"
},
"peerDependencies": {
"react-native": "*"
Expand Down