react-native-image-crop-picker

iOS/Android image picker with support for camera, video, configurable compression, multiple images and cropping

MIT License

Downloads
812.3K
Stars
6K
Committers
148

Bot releases are hidden (Show)

react-native-image-crop-picker -

Published by ivpusic about 5 years ago

d2cf9041596748e830b90cb16106b69a8a2ef673 (android) check permission before startCropping. Fix of #957 (#1095)
33fd5265e065006f1e5228d5e28ad575182f1310 (ios) Adds a sortOrder flag to sort by creation date on iOS (#1090)

react-native-image-crop-picker -

Published by ivpusic over 5 years ago

Note

This is a breaking change version which requires react-native >= 0.60 to work.

Changes

08aa94c4639a0a641c9e19d768b383a64ef1f40c finishing support for react-native 0.60
8aec9a4e539ec16f24a507d0030fabc1764a2b3c update android support library to androidx (#1048)
ef4635cc94447fcf4a4bea916a750afd833ea423 Update pod dependency to support rn 0.60 (#1019)
42fd20edd680aae008eb5c9759afeeb06f509582 Fix when Pictures directory is not existing on device (#1027)
334ca14d939a86d534dd9b4a071bb49b15a9a57d autoclose inputstream when base64 image file (#1040)

react-native-image-crop-picker -

Published by ivpusic over 5 years ago

cc8aa64f47928ea8c466677913e1578daeac03d6 fixed bug with iOS cancel button (#1000)
b55bc5b1bcfc9b4ad99d9c6c4f32b0c5df8ebae0 example project support for android 9

react-native-image-crop-picker -

Published by ivpusic over 5 years ago

b3606ea940cc02d2eab4f0a33e6ae4b0f6c13fdc Fix Android image rotation issue when compressing gallery and camera images (#379) (#986)
326e1809baca30e5e637b05bcffa3ceec11ca8ae (android) add showCropFrame option (#972)
725a11b132b1e023788e7696f6b061ba48bfe328 Add some types for Image interface (#973)

react-native-image-crop-picker - v0.23.1

Published by ivpusic over 5 years ago

Android

719d5b48af60e1a2a7de40cef3a58526e6f5cc04 replace compile with implementation in build.gradle

iOS

bad96176cdfa246534a78a886d27c7090b4490c1 fix ios camera with cropping not reject on cancel cropping (#954)

General

23ffafa2c4c568b9fe43afe831a96d0f0c77701f upgrade example project to react-native 0.59
352b7b6b2dd42ca737f866760446caa041538865 Remove images from npm bundle (#960)

react-native-image-crop-picker - v0.23.0

Published by ivpusic over 5 years ago

Android

e5ec5208165e0f03e49aaf73755c6d70a4247258 (android) simplify options parsing
43740398f4f4473e1f479f0bc0e560a95ccda59d (android) cropping and resizing improvements

react-native-image-crop-picker - v0.22.0

Published by ivpusic almost 6 years ago

react-native-image-crop-picker - v0.21.3

Published by ivpusic almost 6 years ago

react-native-image-crop-picker - v0.21.2

Published by ivpusic about 6 years ago

react-native-image-crop-picker - v0.21.1

Published by ivpusic about 6 years ago

react-native-image-crop-picker - v0.21.0

Published by ivpusic about 6 years ago

react-native-image-crop-picker - v0.20.3

Published by ivpusic over 6 years ago

react-native-image-crop-picker - v0.20.0

Published by ivpusic over 6 years ago

react-native-image-crop-picker - v0.19.2

Published by ivpusic over 6 years ago

react-native-image-crop-picker - v0.19.1

Published by ivpusic almost 7 years ago

react-native-image-crop-picker - v0.19.0

Published by ivpusic almost 7 years ago

Breaking changes

Ensure that you have following in your project build.gradle

allprojects {
    repositories {
        jcenter()
        maven { url "https://jitpack.io" }
    }
}

New Features