fix: update react native ble plx to 3.5.1#30540
Conversation
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection: Performance Test Selection: |
|
I have used github actions to create an Android build https://github.com/MetaMask/metamask-mobile/actions/runs/26284325977/job/77368017844 to test this PR. The issue is reproducible, the app crashes after trying to add ledger account or using pagination. Video attached Screen_Recording_20260522_140047_Settings.mp4 |
|
Confirming this did not fix the issue when I tested. |
Description
Changelog
CHANGELOG entry:
Related issues
Fixes: #30491
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Performance checks (if applicable)
trace()for usage andaddTokenfor an exampleFor performance guidelines and tooling, see the Performance Guide.
Pre-merge reviewer checklist
Note
Medium Risk
Upgrades a Bluetooth LE dependency used for device connectivity; behavior changes in the native BLE stack could affect pairing/scanning reliability on iOS/Android despite the small diff.
Overview
Updates the app’s BLE dependency by bumping
react-native-ble-plxfrom3.4.0to3.5.1inpackage.json.Refreshes
yarn.lockto resolve to3.5.1(new lock entry/checksum) so installs/builds use the updated native Bluetooth library.Reviewed by Cursor Bugbot for commit b25abf3. Bugbot is set up for automated code reviews on this repo. Configure here.