Releases: ivpusic/react-native-image-crop-picker
Releases · ivpusic/react-native-image-crop-picker
v0.26.3
884f0c0 fix typings for writeTempFile
v0.26.1
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
d48b760 (ios) Fix deprecated RCTImageLoader.h import (#1142)
baf60a6 (ios) Removed isMovingToParentViewController so scroll to bottom works (#1137)
v0.25.2
bc72e5b (ios) Revert "Adds a sortOrder flag to sort by creation date on iOS (#1090)"
v0.25.1
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
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.0
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)