-
Notifications
You must be signed in to change notification settings - Fork 0
Update to v7.1.5 #8
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
Open
yard2010
wants to merge
10
commits into
master
Choose a base branch
from
update-to-v7.1.5
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or 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
…mage-picker#2333) The code previously dropped the timzone information (which was always GMT from my testing), but did not include it in the string date when parsing it, resulting in this GMT date being parsed with the current timezone. With this fix, it is now correctly parsed as a GMT date. I also updated the format to avoid having to replace the `T` as this can be processed correctly by the date parser.
## [7.1.3](react-native-image-picker/react-native-image-picker@v7.1.2...v7.1.3) (2024-11-28) ### Bug Fixes * **android:** video timestamps have the wrong timzone ([react-native-image-picker#2333](react-native-image-picker#2333)) ([ff808fe](react-native-image-picker@ff808fe)) * change minSdkVersion for RN 0.74.1 ([react-native-image-picker#2302](react-native-image-picker#2302)) ([e714026](react-native-image-picker@e714026))
…-image-picker#2304) * refactor: Use AndroidX Photo Picker for media selection * doc: Update description * fix: MR suggestions * fix: MR suggestions - update permission - update docs * docs: Bump androidx activity to 1.9.+
Co-authored-by: Johan du Toit <[email protected]>
## [7.1.4](react-native-image-picker/react-native-image-picker@v7.1.3...v7.1.4) (2024-11-28) ### Bug Fixes * **ios:** missing required frameworks ([react-native-image-picker#2320](react-native-image-picker#2320)) ([20c3d92](react-native-image-picker@20c3d92))
…-native-image-picker#2319) The `cancel` input event is not handled, so if the user attempts to cancel the picking process, the promise that the library returns will never be resolved. Most likely this will result in app code that is stuck waiting for the user to make a selection.
## [7.1.5](react-native-image-picker/react-native-image-picker@v7.1.4...v7.1.5) (2024-11-28) ### Bug Fixes * **web:** Cancelling image picker does not resolve the promise ([react-native-image-picker#2319](react-native-image-picker#2319)) ([82275db](react-native-image-picker@82275db))
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.
so it support the mandatory photo picking API (added in react-native-image-picker@5856c76).