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
@@ -101,7 +101,10 @@ React Native DevTools received several improvements in this release:
101
101
-**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.
102
102
-**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.
103
103
104
-
<imgsrc="/blog/assets/0.85-devtools-macos-tabs.png"alt="DevTools native tabs on macOS" />
104
+
<img
105
+
src="/blog/assets/0.85-devtools-macos-tabs.png"
106
+
alt="DevTools native tabs on macOS"
107
+
/>
105
108
106
109
-**Request payload previews**: After being disabled due to a regression, request body previews in the Network Panel are now restored on Android.
107
110
@@ -121,7 +124,7 @@ config.server.tls = {
121
124
};
122
125
```
123
126
124
-
<!-- alex ignore simple -->
127
+
{/* alex ignore simple */}
125
128
126
129
For local development, [mkcert](https://github.com/FiloSottile/mkcert) is a simple way to generate a locally-trusted certificate without browser warnings.
127
130
@@ -193,7 +196,7 @@ The deprecated `StyleSheet.absoluteFillObject` API has been removed. Use `StyleS
193
196
194
197
React Native 0.85 contains over 604 commits from 58 contributors. Thanks for all your hard work!
195
198
196
-
<!--alex ignore special white-->
199
+
{/*alex ignore special white*/}
197
200
198
201
We want to send a special thank you to those community members that shipped significant contributions in this release.
199
202
@@ -204,7 +207,7 @@ We want to send a special thank you to those community members that shipped sign
204
207
205
208
Moreover, we also want to thank the additional authors that worked on documenting features in this release post:
Copy file name to clipboardExpand all lines: website/versioned_docs/version-0.85/building-for-tv.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,6 @@ hide_table_of_contents: true
6
6
7
7
TV devices support has been implemented with the intention of making existing React Native applications work on Apple TV and Android TV, with few or no changes needed in the JavaScript code for the applications.
8
8
9
-
:::warningDeprecated
9
+
:::warning[Deprecated]
10
10
TV support has moved to the [React Native for TV](https://github.com/react-native-tvos/react-native-tvos#readme) repository. Please see the **README** there for information on projects for Apple TV or Android TV.
0 commit comments