diff --git a/README.md b/README.md index 598b884..085e926 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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)) \ No newline at end of file +- `mediaType`: photo by default ([mediaType](https://docs.expo.io/versions/latest/sdk/media-library/#expomedialibrarymediatype)) diff --git a/package.json b/package.json index c1a4e5e..7dc7974 100644 --- a/package.json +++ b/package.json @@ -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": "*"