chore: upgrade @react-native-picker/picker to 2.11.4#7357
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
WalkthroughBumps the ChangesDependency Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested labels
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Warning Review ran into problems🔥 ProblemsErrors were encountered while retrieving linked issues. Errors (1)
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. Comment |
|
Actionable comments posted: 0 |
OtavioStasiak
left a comment
There was a problem hiding this comment.
you forgot to update the Podfile.lock
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/pickerfrom 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:
Screenshots
N/A
Types of changes
Checklist
Further comments
No source code changes required — direct dependency upgrade only.
Summary by CodeRabbit
@react-native-picker/pickerdependency to the latest patch version.