Skip to content

Commit 5ac0988

Browse files
committed
Add images for 0.85 blog post
Add animation backend demo GIFs for iOS and Android, and DevTools macOS tabs screenshot. Update blog post to reference the new assets.
1 parent 1427fa5 commit 5ac0988

4 files changed

Lines changed: 4 additions & 15 deletions

File tree

website/blog/2026-04-06-react-native-0.85.md

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,9 @@ This release includes the New Animation Backend, adds selection data to TextInpu
4242

4343
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).
4444

45-
<!-- TODO: Add iOS demo video -->
46-
<!-- <p style={{textAlign: 'center'}}>
47-
<video width={320} controls="controls" autoPlay>
48-
<source type="video/mp4" src="/blog/assets/0.85-animation-backend-ios.mp4" />
49-
</video>
50-
</p> -->
51-
52-
<!-- TODO: Add Android demo video -->
53-
<!-- <p style={{textAlign: 'center'}}>
54-
<video width={320} controls="controls" autoPlay>
55-
<source type="video/mp4" src="/blog/assets/0.85-animation-backend-android.mp4" />
56-
</video>
57-
</p> -->
45+
<img src="/blog/assets/0.85-animation-backend-ios.gif" alt="Animation Backend demo on iOS" />
46+
47+
<img src="/blog/assets/0.85-animation-backend-android.gif" alt="Animation Backend demo on Android" />
5848

5949
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).
6050

@@ -104,8 +94,7 @@ React Native DevTools received several improvements in this release:
10494
- **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.
10595
- **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.
10696

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+
<img src="/blog/assets/0.85-devtools-macos-tabs.png" alt="DevTools native tabs on macOS" />
10998

11099
- **Request payload previews**: After being disabled due to a regression, request body previews in the Network Panel are now restored on Android.
111100

1.94 MB
Loading
2.6 MB
Loading
215 KB
Loading

0 commit comments

Comments
 (0)