Skip to content

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

v0.33.0

24 Aug 16:23
5307b1a
Compare
Choose a tag to compare
  • (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

04 Jul 13:18
1d2baa5
Compare
Choose a tag to compare
  • (ios) Fix for video duration 902c515

v0.32.1

04 Jul 13:14
0be645f
Compare
Choose a tag to compare
  • (ios & android) Duration of the picked video (in milliseconds) 3503626
  • (android) Add Cropper Toolbar title color ec953f8

v0.32.0

10 Jun 17:57
87a0432
Compare
Choose a tag to compare
  • (android) set cropper colors only if provided. remove default colors 87a0432

v0.31.1

09 May 22:45
da9af08
Compare
Choose a tag to compare

(ios) present cropper in full screen da9af08

v0.31.0

09 May 21:58
bb64b7b
Compare
Choose a tag to compare

Important Note

This release includes UI change for iOS cropping component.

  • (ios) replace RSKImageCropper with TOCropViewController 981668b 9f5e8ff

v0.30.0

01 May 23:18
2423efd
Compare
Choose a tag to compare
  • (android) upgrade ucrop to support androidx and sdk 29 2423efd

v0.29.0

01 May 22:29
1ddd03e
Compare
Choose a tag to compare

1ddd03e (android) support for android sdk 29 (#1284)

v0.28.0

28 Jan 14:03
9278de8
Compare
Choose a tag to compare
  • (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

19 Jan 21:19
d51e089
Compare
Choose a tag to compare

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