Skip to content

Releases: ivpusic/react-native-image-crop-picker

v0.26.3

07 Jan 10:39
Compare
Choose a tag to compare

884f0c0 fix typings for writeTempFile

v0.26.2

05 Jan 22:09
Compare
Choose a tag to compare

dc746b0 small typing improvements
74751d5 CocoaPods - Properly Interpolate Tag Version (#1174)

v0.26.1

16 Oct 19:09
25fba89
Compare
Choose a tag to compare

4c38544 (android) ignore iml files
e0f10f3 (ios) Fix xCode warnings about main thread execution (#1146)
eb57f75 (ios) Fix crash after video recording in ios13 & xcode11 (#1145)

v0.26.0

11 Oct 21:03
28b973b
Compare
Choose a tag to compare

d48b760 (ios) Fix deprecated RCTImageLoader.h import (#1142)
baf60a6 (ios) Removed isMovingToParentViewController so scroll to bottom works (#1137)

v0.25.3

03 Oct 14:36
e682979
Compare
Choose a tag to compare

d935cc6 (ios) dark mode support (#1129)

Please note that in order to use dark mode support, you have to add local QBImagePickerController pod to your Podfile, like described here https://github.com/ivpusic/react-native-image-crop-picker#dark-mode.

v0.25.2

11 Sep 08:44
9870d9a
Compare
Choose a tag to compare

bc72e5b (ios) Revert "Adds a sortOrder flag to sort by creation date on iOS (#1090)"

v0.25.1

10 Sep 19:47
115d7c7
Compare
Choose a tag to compare

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

v0.25.0

11 Jul 22:01
08aa94c
Compare
Choose a tag to compare

Note

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

Changes

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

v0.24.1

16 May 07:51
2f6ccb0
Compare
Choose a tag to compare

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

v0.24.0

26 Apr 11:47
dca68a6
Compare
Choose a tag to compare

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