Skip to content

chore: upgrade @react-native-picker/picker to 2.11.4#7357

Open
Rohit3523 wants to merge 3 commits into
developfrom
react-native-picker-crash-fix
Open

chore: upgrade @react-native-picker/picker to 2.11.4#7357
Rohit3523 wants to merge 3 commits into
developfrom
react-native-picker-crash-fix

Conversation

@Rohit3523
Copy link
Copy Markdown
Member

@Rohit3523 Rohit3523 commented May 28, 2026

Proposed changes

Fixes native Android SIGABRT crash during React Native startup when Fabric registers picker components under New Architecture. Root cause is a known upstream incompatibility in @react-native-picker/picker 2.11.1 with RN 0.81 + New Arch.

Upgrade @react-native-picker/picker from 2.11.1 to 2.11.4, which includes the fix from react-native-picker/picker#648.

Issue(s)

https://rocketchat.atlassian.net/browse/NATIVE-1190

How to test or reproduce

Cold-start the app on Android release arm64 build. Without this fix, app aborts with SIGABRT during React Native initialization. With the fix, app reaches login screen cleanly.

Tested with custom fields select picker:

  • Custom fields with select type render without crashing
  • Picker opens, accepts values, and persists correctly

Screenshots

N/A

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • Improvement (non-breaking change which improves a current function)
  • New feature (non-breaking change which adds functionality)
  • Documentation update (if none of the other choices apply)

Checklist

  • I have read the CONTRIBUTING doc
  • I have signed the CLA
  • Lint and unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works (if applicable)
  • I have added necessary documentation (if applicable)
  • Any dependent changes have been merged and published in downstream modules

Further comments

No source code changes required — direct dependency upgrade only.

Summary by CodeRabbit

  • Chores
    • Updated @react-native-picker/picker dependency to the latest patch version.

Review Change Stack

@Rohit3523 Rohit3523 temporarily deployed to approve_e2e_testing May 28, 2026 15:03 — with GitHub Actions Inactive
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 28, 2026

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • ios/Podfile.lock is excluded by !**/*.lock

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: b9b76a61-2b8d-4931-8800-02a12c2662cf

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Walkthrough

Bumps the @react-native-picker/picker dependency version from 2.11.1 to 2.11.4 in package.json, capturing the version constraint change and resolved version update.

Changes

Dependency Update

Layer / File(s) Summary
Picker dependency version bump
package.json
@react-native-picker/picker dependency is bumped from 2.11.1 to 2.11.4 in the dependencies declaration.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested labels

type: bug

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and specifically describes the main change: upgrading a dependency to a specific version to fix a known issue.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

Warning

Review ran into problems

🔥 Problems

Errors were encountered while retrieving linked issues.

Errors (1)
  • NATIVE-1190: Request failed with status code 401

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 28, 2026

Actionable comments posted: 0

Copy link
Copy Markdown
Contributor

@OtavioStasiak OtavioStasiak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you forgot to update the Podfile.lock

@Rohit3523 Rohit3523 had a problem deploying to approve_e2e_testing May 28, 2026 20:09 — with GitHub Actions Error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants