Skip to content

Commit 3809f59

Browse files
committed
Address review: expand DevTools emulation note with image, drop DevTools tracing ack
1 parent 27bcf40 commit 3809f59

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

website/blog/2026-06-11-react-native-0.86.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,11 @@ Key fixes include:
4343

4444
### React Native DevTools Improvements
4545

46-
React Native DevTools now support **light/dark mode emulation** via `Emulation.setEmulatedMedia`, allowing you to test your app's appearance mode handling directly from the DevTools without changing your device settings.
46+
React Native DevTools now supports **light/dark mode emulation** via `Emulation.setEmulatedMedia`, allowing you to test your app's appearance mode handling directly from DevTools without changing your device settings. Use `cmd`/`ctrl` + `shift` + `P` to access from the Command Palette.
47+
48+
As with the web, this is a temporary switch that will reset when DevTools is disconnected.
49+
50+
![React Native DevTools Command Palette showing the light/dark mode emulation options](/blog/assets/0.86-devtools-light-dark-emulation.png)
4751

4852
## Breaking Changes
4953

@@ -121,7 +125,6 @@ React Native 0.86 contains over 596 commits from 97 contributors. Thanks for all
121125
We want to send a special thank you to those community members that shipped significant contributions in this release.
122126

123127
- [Mathieu Acthernoene](https://github.com/zoontek) for edge-to-edge support on Android and StatusBar improvements
124-
- [Rubén Norte](https://github.com/rubennorte) for React Native DevTools performance tracing
125128
- [Jakub Piasecki](https://github.com/j-piasecki) for ShadowTree and Yoga fixes
126129
- [Nick Gerleman](https://github.com/NickGerleman) for Text rendering fixes
127130
- [Peter Abbondanzo](https://github.com/Abbondanzo) for LogBox, ScrollView and Image fixes
159 KB
Loading

0 commit comments

Comments
 (0)