Skip to content

fix(align-deps): add profile for 0.87 - #4243

Open
microsoft-react-native-sdk[bot] wants to merge 1 commit into
mainfrom
rnx-align-deps/main
Open

fix(align-deps): add profile for 0.87#4243
microsoft-react-native-sdk[bot] wants to merge 1 commit into
mainfrom
rnx-align-deps/main

Conversation

@microsoft-react-native-sdk

@microsoft-react-native-sdk microsoft-react-native-sdk Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Add profile for 0.87

Capability Name Version Latest Modified
animation react-native-reanimated ^4.4.0 4.5.3 2 weeks ago
base64 react-native-base64 ^0.2.1 0.2.2 last year 🕸️
checkbox @react-native-community/checkbox ^0.5.20 0.6.0 3 days ago ✨
clipboard @react-native-clipboard/clipboard ^1.16.0 1.16.3 2 years ago 🕸️
core-visionos @callstack/react-native-visionos ^0.86.0 0.79.6 2 years ago 🕸️
datetime-picker @react-native-community/datetimepicker ^8.4.4 9.1.0 5 months ago
filesystem react-native-fs ^2.18.0 2.20.0 5 years ago 🕸️
floating-action react-native-floating-action ^1.22.0 1.22.0 6 years ago 🕸️
gestures react-native-gesture-handler ^3.0.1 3.1.0 2 weeks ago
hooks @react-native-community/hooks ^100.1.0 100.1.0 2 years ago 🕸️
html react-native-render-html ^6.1.0 6.3.4 5 years ago 🕸️
lazy-index @rnx-kit/react-native-lazy-index ^2.1.7 4.0.0 3 years ago 🕸️
masked-view @react-native-masked-view/masked-view ^0.3.0 0.3.2 2 years ago 🕸️
modal react-native-modal ^13.0.0 14.0.0-rc.1 2 years ago 🕸️
navigation/native @react-navigation/native ^7.1.14 7.3.14 6 days ago ✨
navigation/stack @react-navigation/stack ^7.4.2 7.10.17 6 days ago ✨
netinfo @react-native-community/netinfo ^12.0.1 12.0.1 6 months ago
popover react-native-popover-view ^6.0.1 6.1.0 2 years ago 🕸️
safe-area react-native-safe-area-context ^5.8.0 5.8.0 3 months ago
screens react-native-screens ^4.25.0 4.26.2 2 weeks ago
shimmer react-native-shimmer ^0.6.0 0.6.0 7 years ago 🕸️
sqlite react-native-sqlite-storage ^6.0.1 6.0.1 6 years ago 🕸️
storage @react-native-async-storage/async-storage ^2.2.0 3.1.1 3 months ago
svg react-native-svg ^15.15.3 15.15.5 3 months ago
test-app react-native-test-app ^5.2.4 5.4.7 2 days ago ✨
webview react-native-webview ^13.14.1 14.0.1 2 months ago

@github-actions github-actions Bot added feature: align-deps This is related to align-deps feature: sdk This is related to 1RN SDK labels Jul 9, 2026
@tido64

tido64 commented Jul 9, 2026

Copy link
Copy Markdown
Member

@microsoft-react-native-sdk[bot]

{
  "0.85": {
    "animation": {
      "name": "react-native-reanimated",
      "version": "^4.4.1"
    }
  },
  "0.87": {
    "gestures": {
      "name": "react-native-gesture-handler",
      "version": "^3.1.0"
    },
    "screens": {
      "name": "react-native-screens",
      "version": "^4.26.2"
    },
    "test-app": {
      "name": "react-native-test-app",
      "version": "^5.4.6",
      "devOnly": true
    }
  }
}

@microsoft-react-native-sdk
microsoft-react-native-sdk Bot force-pushed the rnx-align-deps/main branch 2 times, most recently from 83e8c85 to aca652b Compare July 13, 2026 05:09
@microsoft-react-native-sdk
microsoft-react-native-sdk Bot force-pushed the rnx-align-deps/main branch 3 times, most recently from 7311a32 to b1569a8 Compare July 20, 2026 05:13
@microsoft-react-native-sdk
microsoft-react-native-sdk Bot force-pushed the rnx-align-deps/main branch 3 times, most recently from 5ff195e to 27c193a Compare July 23, 2026 11:02
@github-actions github-actions Bot added the chore Improvements that don't directly affect features label Jul 23, 2026
@microsoft-react-native-sdk
microsoft-react-native-sdk Bot force-pushed the rnx-align-deps/main branch 8 times, most recently from e1c017d to 93def4d Compare July 24, 2026 05:03
@github-actions github-actions Bot removed the chore Improvements that don't directly affect features label Jul 24, 2026
@microsoft-react-native-sdk

microsoft-react-native-sdk Bot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor Author

React Native Version Support Findings (for RN 0.87 profile)

react-native-test-app (^5.2.4 → 5.4.7)
This is the most relevant package for RN version support tracking. Its peerDependencies currently declare React Native support as 0.76 - 0.86 || >=0.86.0-0 <0.87.0 — meaning the range stops just short of RN 0.87 stable. Test-app will likely need a follow-up bump once it officially certifies 0.87 support, so the new 0.87 profile may need to pin/verify compatibility separately until upstream catches up.

react-native-reanimated (^4.4.0 → 4.5.3) and react-native-gesture-handler (^3.0.1 → 3.1.0)
Both are New Architecture-only major lines under active weekly maintenance from Software Mansion, with recent patch releases containing routine bug fixes and compatibility tweaks that track current RN releases. No changelog entries could be confirmed indicating explicit 0.87-specific work, but both libraries typically ship near-immediate patches following new RN releases.

react-native-screens (^4.25.0 → 4.26.2)
Recent releases are incremental bug-fix/patch updates; no RN-0.87-specific changes were identified.

@react-navigation/native (^7.1.14 → 7.3.14) and @react-navigation/stack (^7.4.2 → 7.10.17)
Changelog activity is mostly bug fixes (e.g., navigation state reset fixes) with no explicit RN-version-gating changes noted.

react-native-webview (^13.14.1 → 14.0.1)
Major version bump — major webview releases historically coincide with New Architecture/RN baseline requirement increases, so this should be checked against the RN 0.87 New Architecture requirements before adopting.

@react-native-community/datetimepicker (^8.4.4 → 9.1.0)
Major version bump; typically these major bumps raise the minimum supported RN/New Architecture version, worth validating against 0.87.

@react-native-async-storage/async-storage (^2.2.0 → 3.1.1)
Major bump, but changes are focused on native dependency updates (SQLite/Room, Android dispatcher changes) rather than RN-version compatibility.

@callstack/react-native-visionos (^0.86.0)
The reported "latest" (0.79.6) is older than the currently pinned version, which appears to be a registry metadata anomaly rather than an actual regression — no action needed.

Bottom line

No package in this list shows a confirmed, explicit changelog entry for "adds React Native 0.87 support." The one concrete signal is react-native-test-app's peer dependency range, which currently excludes 0.87 — this is the package most likely to require a dedicated update before the new 0.87 profile can be fully validated end-to-end. Other libraries (reanimated, gesture-handler, screens, navigation) are on recent patch/minor releases consistent with ongoing RN compatibility maintenance, but no version-specific 0.87 callouts were found in their release notes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature: align-deps This is related to align-deps feature: sdk This is related to 1RN SDK

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants