Skip to content

Jay/feature/tpe 6227/update to latest versions#48

Open
Jay-Undroid wants to merge 279 commits into
image_picker_patch_fixfrom
jay/feature/TPE-6227/update-to-latest-versions
Open

Jay/feature/tpe 6227/update to latest versions#48
Jay-Undroid wants to merge 279 commits into
image_picker_patch_fixfrom
jay/feature/TPE-6227/update-to-latest-versions

Conversation

@Jay-Undroid

Copy link
Copy Markdown

Thanks for submitting a PR! Please read these instructions carefully:

  • Explain the motivation for making this change.
  • Provide a test plan demonstrating that the code is solid.
  • Match the code formatting of the rest of the codebase.
  • Target the master branch, NOT a "stable" branch.

Motivation (required)

What existing problem does the pull request solve?

Test Plan (required)

A good test plan has the exact commands you ran and their output, provides screenshots or videos if the pull request changes UI or updates the website. See What is a Test Plan? to learn more.

If you have added code that should be tested, add tests.

janicduplessis and others added 30 commits July 13, 2020 13:44
Fix "Cannot find module 'react-native-image-picker' or its corresponding type declarations."
semantic-release-bot and others added 29 commits March 20, 2024 20:18
…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.+
Co-authored-by: Johan du Toit <johdutoit@shoprite.co.za>
…-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.
* chore(ios): add privacy manifest

add privacy manifest time stamp apis usage

* chore(ios): update podspec

add resource bundles to include PrivacyInfo as resource

---------

Co-authored-by: Johan du Toit <jdutoit.dev@gmail.com>
BREAKING CHANGE: automatically convert HEIC files to JPEG on Android if assetRepresentationMode is not set to current
# [8.0.0](react-native-image-picker/react-native-image-picker@v7.2.3...v8.0.0) (2025-02-01)

* feat(android)!: convert HEIC to JPEG (react-native-image-picker#2264) ([9df11bc](react-native-image-picker@9df11bc)), closes [react-native-image-picker#2264](react-native-image-picker#2264)

### BREAKING CHANGES

* automatically convert HEIC files to JPEG on Android if assetRepresentationMode is not set to current
## [8.2.1](react-native-image-picker/react-native-image-picker@v8.2.0...v8.2.1) (2025-05-04)

### Bug Fixes

* **web:** add stopCamera function to properly release media stream resources ([react-native-image-picker#2374](react-native-image-picker#2374)) ([d1e41a0](react-native-image-picker@d1e41a0))
Migrate the library build from @react-native-community/bob to
react-native-builder-bob, refresh TypeScript and semantic-release, and add
dev dependencies needed for type generation. Align the example app with
React Native 0.85.1 (Gradle 9, Android SDK 36, Jest preset package), update
CI to Node 22 and current GitHub Actions, and raise the podspec minimum iOS
to 15.1 to match supported React Native. Remove example package-lock.json in
favor of yarn.

Made-with: Cursor
@linear

linear Bot commented May 13, 2026

Copy link
Copy Markdown

TPE-6227

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.