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 6 days 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 days ago ✨
navigation/stack @react-navigation/stack ^7.4.2 7.11.1 2 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 10 hours ago ✨
screens react-native-screens ^4.27.0 4.28.0 3 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 3 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

Dependencies relevant to new React Native versions (RN 0.86–0.88)

Several align-deps dependency updates directly relate to supporting newer React Native releases, which is directly relevant to adding an RN 0.88 profile:

react-native-gesture-handler (^3.1.0 → 3.3.0)

react-native-reanimated (^4.5.3 → 4.6.0)

react-native-screens (^4.27.0 → 4.28.0)

react-native-safe-area-context (^5.8.0 → 5.10.0)

react-native-svg (^15.15.3 → 15.15.5)

@react-navigation/native (^7.1.14 → 7.4.1)

react-native-webview (^13.14.1 → 14.0.1)

Other packages

No RN-version-specific changes were found for react-native-modal, @react-native-community/datetimepicker, @react-native-async-storage/async-storage, or @react-native-community/checkbox between their current and latest pinned versions — their recent changes are bug fixes/feature additions unrelated to RN version compatibility.

Overall: Several key native-module dependencies (gesture-handler, reanimated, screens, safe-area-context, svg, react-navigation/native) already contain fixes and compatibility work targeting React Native 0.86/0.87, which supports moving forward with an RN 0.88 profile, though none explicitly reference 0.88 yet.

@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