Skip to content

fix(align-deps): add profile for 0.88 - #4359

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

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 Sep 9, 2026

Copy link
Copy Markdown
Contributor

Add profile for 0.88

Capability Name Version Latest Modified
animation react-native-reanimated ^4.5.3 4.7.0 5 days ago ✨
base64 react-native-base64 ^0.2.1 0.2.2 2 years ago 🕸️
checkbox @react-native-community/checkbox ^0.5.20 0.6.0 3 months ago
clipboard @react-native-clipboard/clipboard ^1.16.0 1.16.3 2 years ago 🕸️
core-visionos @callstack/react-native-visionos ^0.87.0 0.79.6 2 years ago 🕸️
datetime-picker @react-native-community/datetimepicker ^8.4.4 9.2.1 3 weeks 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.1.0 3.3.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 6 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 3 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.4.1 2 weeks ago
navigation/stack @react-navigation/stack ^7.4.2 7.11.2 6 days ago ✨
netinfo @react-native-community/netinfo ^12.0.1 12.0.1 8 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.10.0 last week
screens react-native-screens ^4.27.0 4.28.0 2 weeks ago
shimmer react-native-shimmer ^0.6.0 0.6.0 8 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 5 months ago
svg react-native-svg ^15.15.3 15.15.5 5 months ago
test-app react-native-test-app ^5.4.8 5.4.11 2 weeks ago
webview react-native-webview ^13.14.1 14.0.1 4 months ago

@microsoft-react-native-sdk

microsoft-react-native-sdk Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor Author

RN-version-related dependency changes

  • react-native-reanimated (^4.5.3 → 4.7.0) — Minimum supported React Native version was raised to 0.81 (software-mansion/react-native-reanimated#9109), with related fixes for RN 0.81 TypeScript errors (#9059) and New Architecture assumptions for RN 0.82+ (#8771). Worth re-checking that the profile's RN floor is compatible.

  • react-native-safe-area-context (^5.8.0 → 5.10.0) — Includes an RN 0.81‑specific Fabric fix: "Do not set ShadowNodeTraits::Trait::DirtyYogaNode" (AppAndFlow/react-native-safe-area-context#646).

  • react-native-screens (^4.27.0 → 4.28.0) — The "gamma" (experimental) native implementations for Android, iOS, and JS were promoted to the stable path (software-mansion/react-native-screens#4392, #4390, #4388), and Windows New Architecture support was added (#4281) — relevant to newer RN/RNW versions.

  • react-native-test-app (^5.4.8 → 5.4.11) — Prior releases in this line added explicit support declarations for RN 0.81, 0.82, 0.83, and 0.85 on Windows/general targets (microsoft/react-native-test-app#2651, #2739, #2795, #2742), indicating ongoing tracking of new RN releases, though the 5.4.8→5.4.11 delta itself is mostly dependency bumps.

  • react-native-webview (^13.14.1 → 14.0.1) — Major version adds New Architecture support with a full platform bump to the latest React Native, including Windows New Architecture support (react-native-webview/react-native-webview#3973) and an explicit "bump react native to 0.82" change (chore: address security alerts #3870).

  • @react-native-community/datetimepicker (^8.4.4 → 9.2.1) — Major bump; recent history shows activity tracking for RN 0.81 (react-native-datetimepicker/datetimepicker#1003) as part of ongoing new-RN-version validation.

No RN-version-relevant changes were identified for react-native-base64, checkbox, clipboard, filesystem, floating-action, hooks, html, lazy-index, masked-view, modal, netinfo, popover, shimmer, sqlite, or svg — these are mostly unrelated bug fixes/maintenance updates. Note: core-visionos shows an apparent version regression (^0.87.0 → 0.79.6 listed as "latest"), which looks like a metadata anomaly rather than an actual downgrade and should be double-checked.

@microsoft-react-native-sdk
microsoft-react-native-sdk Bot force-pushed the rnx-align-deps/main branch 3 times, most recently from 00b3a0e to 3da8d95 Compare September 16, 2026 04:07
@tido64

Tommy Nguyen (tido64) commented Sep 16, 2026

Copy link
Copy Markdown
Member

@microsoft-react-native-sdk[bot]

{
  "0.86": {
    "safe-area": {
      "name": "react-native-safe-area-context",
      "version": "^5.8.1"
    }
  },
  "0.88": {
    "animation": {
      "name": "react-native-reanimated",
      "version": "^4.7.0"
    },
    "gestures": {
      "name": "react-native-gesture-handler",
      "version": "^3.3.0"
    },
    "test-app": {
      "name": "react-native-test-app",
      "version": "^5.4.11",
      "devOnly": true
    }
  }
}

@microsoft-react-native-sdk
microsoft-react-native-sdk Bot force-pushed the rnx-align-deps/main branch 3 times, most recently from b23f4ce to 4c1d204 Compare September 22, 2026 04:07

This branch has not been deployed

No deployments
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.

1 participant