Releases: ivpusic/react-native-image-crop-picker
Releases · ivpusic/react-native-image-crop-picker
v0.28.0
v0.27.0
d51e089 (ios) changing images sort order
Update for installation steps
After installing this version of the library, please include following in your Podfile
pod 'QBImagePickerController', :path => '../node_modules/react-native-image-crop-picker/ios/QBImagePicker/QBImagePickerController.podspec'
after that run pod install
v0.26.3
v0.26.2
v0.26.1
v0.26.0
v0.25.3
v0.25.2
v0.25.1
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)