chore(mobile): bump versions for native release - #14613
dylanjeffers wants to merge 1 commit into
Conversation
Ships the react-native-screens patch from #14601, which can't go out over OTA. - package.json 1.5.185 -> 1.5.186 (triggers the RC and production native builds) - iOS CFBundleShortVersionString 1.1.198 -> 1.1.199 - Android versionName 1.1.534 -> 1.1.535 - Drop the unused Fabric gradle plugin; maven.fabric.io is gone and it failed both Android builds on 2026-08-28 Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
|
|
Dependency limit exceeded — report not shown. This pull request scan exceeded the 10,000-dependency limit applied to this scan, so the results are incomplete and may be inaccurate. To avoid reporting false positives, Socket has not posted a report. Upgrade your plan to raise the dependency limit and get complete reports, or view the partial scan in the dashboard. Socket is always free for open source. If this is a non-commercial open source project, contact us to request a free Team account. |
Summary
The
react-native-screenspatch from #14601, which fixes diagonal scrolls on nested screens, is native and can't ship over OTA.mobile.ymlonly runs the RC and production native builds whenpackages/mobile/package.json's version changes, so no binary has it yet.packages/mobile/package.json:1.5.185→1.5.186CFBundleShortVersionString:1.1.198→1.1.199. The 2026-08-28 production upload was rejected because 1.1.198 wasn't higher than the version already on the App Store.versionName:1.1.534→1.1.535maven.fabric.ionow returns 403, and resolvingio.fabric.tools:gradle:1.31.2failed both Android builds in run 33198553014. Nothing applies the plugin.Before merging
This changes the OTA routing key. After merge, OTAs publish to
1.5.186histories, and devices on the current 1.5.185 store build stop getting them until they update. Run a production OTA dispatch from main before merging, so 1.5.185 users get everything since 2026-09-13 (including the JS half of #14601):After merging
The merge push should run iOS RC, Android RC, iOS production and Android production builds. The RC builds go to TestFlight / the RC Play track. Production builds upload without submitting.
🤖 Generated with Claude Code