Releases: ivpusic/react-native-image-crop-picker
Releases · ivpusic/react-native-image-crop-picker
v0.33.0
- (ios) Fixed to be cropped the same as Android (#1375) 46337bc
- (android) Fix android crash by updating to newest uCrop (#1380) 47062fd
v0.32.2
- (ios) Fix for video duration 902c515
v0.32.1
- (ios & android) Duration of the picked video (in milliseconds) 3503626
- (android) Add Cropper Toolbar title color ec953f8
v0.32.0
- (android) set cropper colors only if provided. remove default colors 87a0432
v0.31.1
(ios) present cropper in full screen da9af08
v0.31.0
Important Note
This release includes UI change for iOS cropping component.
- (ios) replace RSKImageCropper with TOCropViewController 981668b 9f5e8ff
v0.30.0
- (android) upgrade ucrop to support androidx and sdk 29 2423efd
v0.28.0
- (ios) using local QBImagePicker as podspec 9278de8
Breaking changes:
After this release local QbImagePicker dependency in your Podfile is not required anymore, so make sure that you remove it from your Podfile to avoid conflicts.
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