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.6.0 last month
base64 react-native-base64 ^0.2.1 0.2.2 2 years ago 🕸️
checkbox @react-native-community/checkbox ^0.5.20 0.6.0 2 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 2 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 last week
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 3 days ago ✨
navigation/stack @react-navigation/stack ^7.4.2 7.11.2 8 hours 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 2 days ago ✨
screens react-native-screens ^4.27.0 4.28.0 4 days 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 4 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 4 days 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

Several updated packages contain changes tied to supporting newer React Native versions (0.87, and groundwork for later versions like 0.88):

  • react-native-screens (4.27.0 → 4.28.0): Example apps were explicitly bumped to support RN 0.87:

    • chore(TVOSExample): bump RN to 0.87.1 (software-mansion/react-native-screens#4657)
    • chore(FabricExample): bump libs to versions that support RN 0.87 (software-mansion/react-native-screens#4658) — this same PR also bumps react-native-reanimated to 4.6.0, react-native-worklets to 0.12.2, react-native-gesture-handler to 3.3.0, and react-native-safe-area-context to 5.9.1, confirming cross-package alignment for RN 0.87 compatibility.
  • react-native-safe-area-context (^5.8.0 → 5.10.0):

  • @react-navigation/native / stack (7.1.14/7.4.2 → 7.4.1/7.11.2 and beyond):

  • react-native-gesture-handler (^3.1.0 → 3.3.0) and react-native-reanimated (^4.5.3 → 4.6.0): no explicit RN-version-gated changes were found beyond being part of the coordinated RN 0.87 compatibility bump referenced above (react-native-screens#4658).

No changes were found in the diffed packages that explicitly reference React Native 0.88 yet; the closest relevant work is the RN 0.87 compatibility alignment across react-native-screens, react-native-safe-area-context, react-native-gesture-handler, and react-native-reanimated, plus Android Gradle Plugin 9 support in react-navigation and react-native-safe-area-context, both of which are prerequisites commonly needed before adding support for a subsequent RN release.

@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.6.0"
    },
    "gestures": {
      "name": "react-native-gesture-handler",
      "version": "^3.3.0"
    },
    "test-app": {
      "name": "react-native-test-app",
      "version": "^5.4.11",
      "devOnly": true
    }
  }
}

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