react-native-image-crop-picker

iOS/Android image picker with support for camera, video, configurable compression, multiple images and cropping

MIT License

Downloads
812.3K
Stars
6K
Committers
148

Bot releases are hidden (Show)

react-native-image-crop-picker -

Published by ivpusic about 4 years ago

  • (typescript) fix typings for openCropper function 2d834b42f0552516a479b5a03ef65eecbbf09f8b
react-native-image-crop-picker -

Published by ivpusic about 4 years ago

  • (typings) Add path field to ImageOptions on typescript (#1395)
  • (ios) fix ios13 sourceUrl (#1368)
react-native-image-crop-picker -

Published by ivpusic about 4 years ago

react-native-image-crop-picker -

Published by ivpusic about 4 years ago

react-native-image-crop-picker -

Published by ivpusic about 4 years ago

react-native-image-crop-picker -

Published by ivpusic over 4 years ago

react-native-image-crop-picker -

Published by ivpusic over 4 years ago

react-native-image-crop-picker -

Published by ivpusic over 4 years ago

react-native-image-crop-picker -

Published by ivpusic over 4 years ago

react-native-image-crop-picker -

Published by ivpusic over 4 years ago

react-native-image-crop-picker -

Published by ivpusic over 4 years ago

react-native-image-crop-picker -

Published by ivpusic over 4 years ago

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

react-native-image-crop-picker -

Published by ivpusic over 4 years ago

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.

react-native-image-crop-picker -

Published by ivpusic over 4 years ago

d51e089c2d9b1da39f5cff7bb3139296b0d103bc (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

react-native-image-crop-picker -

Published by ivpusic almost 5 years ago

884f0c0c2524d3df406cf679524332b0e068bc5b fix typings for writeTempFile

react-native-image-crop-picker -

Published by ivpusic almost 5 years ago

dc746b0301fa34159bb3929485a8711f0f301f1f small typing improvements
74751d5dab13b48d3c19d8b695ea896e1d886b7c CocoaPods - Properly Interpolate Tag Version (#1174)

react-native-image-crop-picker -

Published by ivpusic about 5 years ago

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

react-native-image-crop-picker -

Published by ivpusic about 5 years ago

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

react-native-image-crop-picker -

Published by ivpusic about 5 years ago

d935cc6fee93c417ad0a1a4d8b7e2dd250dcc4b7 (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.

react-native-image-crop-picker -

Published by ivpusic about 5 years ago

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