forked from ivpusic/react-native-image-crop-picker
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merge latest code #11
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Add cancel and choose buttons text properties * Change props names to ‘cancelText’,’chooseText’ * Add cancel and choose buttons text props * Fix properties names IOS * Add cropper prefix and update readme
* Add cloud support - workd in progress * Fix extension issue * Remove log, unused import * Fix regression (MIME_TYPE for action_get_document)
…oject. Cleanup picker module
…pusic#750) This reverts commit 97ce8ba.
…c#753) * Added android equivalent code to iOS code. * Fix invalid variable.
* Added option to configure avoidEmptySpaceAround image * Added missing interface option * Fixes uncasted bool value
* Upload new logo * Add new logo to README * Add new to mipmap hdpi * Add new to mipmap mdpi * Add new to mipmap mdpi * Add new to mipmap mdpi * add new to mipmap mdpi * Add new to mipmap mdpi * Add new to mipmap mdpi * Add new to mipmap mdpi * Add new to mipmap xhdpi * Add new to mipmap xhdpi * Add new to mipmap xhdpi * Add new to mipmap xhdpi * Add new to mipmap xxhdpi * Add new to mipmap xxhdpi * Add new to mipmap xxhdpi * Add new to mipmap xxhdpi * Add new to mipmap xxhdpi * Add new to mipmap xxhdpi * Add new to mipmap xxhdpi * Upload new logo svg * Update README with new logo * delete * Upload New logo svg * Update README
* Support for gradle 3.+
It can happen when selecting an image downloaded from Weibo app.
…screen fixes issue ivpusic#733 (ivpusic#766)
* Adds property to filter live photos * Force JPG image conversion * Renames forceJPG -> forceJpg
…eezing when attempting to get videos stored in the cloud (ivpusic#772)
…images (ivpusic#379) (ivpusic#986) When using the image compression options, the returned resized image orientation differed from the original image. This caused selected images to often be rotated. Original issue thread: ivpusic#379
* Update pod dependency to support rn 0.60 * Update RNImageCropPicker.podspec
* Update PickerModule.java * Update RealPathUtil.java * Update AndroidManifest.xml
React Native 0.60 higher requires you to manually install the pods after auto linking
Not all Android devices handle useFrontCamera
* Adds a sortOrder flag to sort by creation date on iOS * Removes extraneous sortOrder access
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.