You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/blog/2026-04-06-react-native-0.85.md
+4-15Lines changed: 4 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,19 +42,9 @@ This release includes the New Animation Backend, adds selection data to TextInpu
42
42
43
43
React Native 0.85 introduces the new Shared Animation Backend, built in collaboration with [Software Mansion](https://swmansion.com/). This is a new internal engine that powers how animations are applied under the hood for both Animated and Reanimated. By moving the main animation update logic to React Native core, Reanimated is able to land performance improvements that weren't possible before, and can ensure that the update reconciliation process is properly tested and will remain stable with future RN updates. In Animated, you can now animate layout props with native driver (the [limitation once stated here](https://reactnative.dev/docs/animations#caveats) no longer applies).
<imgsrc="/blog/assets/0.85-animation-backend-ios.gif"alt="Animation Backend demo on iOS" />
46
+
47
+
<imgsrc="/blog/assets/0.85-animation-backend-android.gif"alt="Animation Backend demo on Android" />
58
48
59
49
You can find more examples under [`react-native/packages/rn-tester/js/examples/AnimationBackend/`](https://github.com/facebook/react-native/tree/main/packages/rn-tester/js/examples/AnimationBackend).
60
50
@@ -104,8 +94,7 @@ React Native DevTools received several improvements in this release:
104
94
-**Multiple CDP connections**: React Native now supports multiple simultaneous Chrome DevTools Protocol connections, enabling clients such as React Native DevTools, VS Code, and AI agents to connect at the same time. This unlocks richer, composable tooling workflows without unexpectedly ending sessions.
105
95
-**Native tabs on macOS**: We've updated the desktop app to compile for macOS 26, and have also enabled system-level tab handling for power users. Access via **Window > Merge All Windows**, when multiple DevTools windows are open.
106
96
107
-
<!-- TODO: Add DevTools macOS tabs screenshot -->
108
-
<!-- <img src="/blog/assets/0.85-devtools-macos-tabs.png" alt="DevTools native tabs on macOS" /> -->
97
+
<imgsrc="/blog/assets/0.85-devtools-macos-tabs.png"alt="DevTools native tabs on macOS" />
109
98
110
99
-**Request payload previews**: After being disabled due to a regression, request body previews in the Network Panel are now restored on Android.
0 commit comments