Skip to content

Conversation

@yard2010
Copy link
Collaborator

@yard2010 yard2010 commented Oct 12, 2025

MrRefactor and others added 10 commits September 30, 2024 11:04
…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.
…-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.+
…-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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants