Open
Conversation
…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 <johdutoit@shoprite.co.za>
## [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))
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
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).