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 last week
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 2 weeks 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 weeks ago
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

Dependency Changes Related to New React Native Version Support

Based on the current → latest version deltas in this profile, the following changes are most relevant to compatibility with newer React Native releases (New Architecture / Fabric / bridgeless direction):

  • react-native-safe-area-context (^5.8.0 → 5.10.0): Adds a Swift Package Manager (SwiftPM) manifest so React Native ≥ 0.87 apps using SwiftPM autolinking consume the library natively instead of scaffolding a package via patch-package — a direct forward-compatibility change for newer RN toolchains.
    (#768)

  • react-native-webview (^13.14.1 → 14.0.1): Removes the legacy BatchedBridge fallback on Android, dropping bridge-era code paths in favor of the bridgeless/New Architecture model that newer RN versions default to.
    (#4033)

  • react-native-gesture-handler (^3.1.0 → 3.3.0): Replaces a legacy JSI global (globalThis._RNGH_MODULE_ID) with a synchronous TurboModule method to expose the module id, continuing the migration away from legacy bridge/global mechanisms toward TurboModules used by current/newer RN.
    (#4525)

  • react-native-reanimated (^4.5.3 → 4.7.0): 4.7.0 introduces breaking changes to AnimatedRef/measure (now a ShareableHost<ShadowNodeWrapper | null>, renamed AnimatedRefOnJS → AnimatedRefOnRN, unmounted refs return null), reflecting internal Fabric/shadow-node API changes that track newer RN core behavior.
    (#10413)

  • @react-native-community/datetimepicker (^8.4.4 → 9.2.1): Fixes a build conflict with Android Gradle Plugin (AGP) 9's built-in Kotlin plugin, which is required for apps built against newer RN/Android toolchains.
    (#1058)

No other packages in this profile (e.g. checkbox, clipboard, base64, filesystem, floating-action, hooks, html, lazy-index, masked-view, modal, netinfo, popover, sqlite, shimmer, core-visionos) showed changes in their recent history that were clearly tied to supporting newer React Native versions.

@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 4 times, most recently from 4c1d204 to 474fb32 Compare September 23, 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