Skip to content

[blog] Add 0.85 release post#5038

Merged
alanleedev merged 7 commits intofacebook:mainfrom
alanleedev:0.85_blog_post
Apr 8, 2026
Merged

[blog] Add 0.85 release post#5038
alanleedev merged 7 commits intofacebook:mainfrom
alanleedev:0.85_blog_post

Conversation

@alanleedev
Copy link
Copy Markdown
Contributor

Add the release blog post for React Native 0.85 covering the new Animation Backend, DevTools improvements, Metro TLS support, Jest preset migration, and other breaking changes. Also adds missing author entries to authors.yml.

@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 7, 2026

Deploy Preview for react-native ready!

Name Link
🔨 Latest commit 1530472
🔍 Latest deploy log https://app.netlify.com/projects/react-native/deploys/69d677cf3fc77700088b9044
😎 Deploy Preview https://deploy-preview-5038--react-native.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Add the release blog post for React Native 0.85 covering the new
Animation Backend, DevTools improvements, Metro TLS support, Jest
preset migration, and other breaking changes. Also adds missing
author entries to authors.yml.
Add animation backend demo GIFs for iOS and Android, and DevTools
macOS tabs screenshot. Update blog post to reference the new assets.
@alanleedev
Copy link
Copy Markdown
Contributor Author

@alanleedev alanleedev marked this pull request as ready for review April 8, 2026 03:51
Copy link
Copy Markdown
Collaborator

@Simek Simek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Few small suggestions.

Comment thread website/blog/2026-04-06-react-native-0.85.md Outdated
Comment thread website/blog/2026-04-06-react-native-0.85.md Outdated
Comment thread website/blog/2026-04-06-react-native-0.85.md Outdated
Comment thread website/blog/2026-04-06-react-native-0.85.md Outdated
- Use internal link for animations#caveats
- Add title parameter to metro.config.js and jest.config.js code blocks
- Use sh instead of text for CLI command code block

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

To opt in, enable `useSharedAnimatedBackend` and `cxxNativeAnimatedEnabled` in `ReactNativeFeatureFlags`.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these flags considered public API?
I don't remember seeing them documented anywhere. Isn't this more something that Expo would toggle instead of the average RN user?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@slorber This is not public API, will need to fix this.

Copy link
Copy Markdown
Contributor Author

@alanleedev alanleedev Apr 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@slorber blog post was updated (#5043 )and we'll be doing a 0.85.1 release next week.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah is not. Thanks for catching it.

I've updated the blogpost here:

Comment thread website/blog/2026-04-06-react-native-0.85.md Outdated
Comment on lines +64 to +66
import {allowStyleProp} from 'react-native/Libraries/Animated/NativeAnimatedAllowlist';

allowStyleProp('width');
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This part surprised me. Is this documented anywhere? Aren't we supposed to avoid deep import paths?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Contributor

@zeyap zeyap Apr 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@slorber That's right, we will remove the necessity to call allowStyleProp in 0.85.1

Comment thread website/blog/2026-04-06-react-native-0.85.md Outdated
- Simplify Expo SDK paragraph wording
- Update blog post date from 2026-04-06 to 2026-04-07
@alanleedev alanleedev merged commit fd36657 into facebook:main Apr 8, 2026
5 checks passed
date: 2026-04-07
---

# React Native 0.85 - New Animation Backend, TextInput Selection Data, New Jest Preset Package
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI I don't see "TextInput Selection Data" being detailed in the post. Maybe that's on purpose but I would have expected a paragraph/example at least

Copy link
Copy Markdown
Contributor Author

@alanleedev alanleedev Apr 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching this. We removed this from the title/highlight.

sunnylqm added a commit to reactnativecn/react-native-website that referenced this pull request Apr 13, 2026
* Bump serialize-javascript from 7.0.3 to 7.0.5 (facebook#5031)

* Bump serialize-javascript from 7.0.3 to 7.0.5

Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) from 7.0.3 to 7.0.5.
- [Release notes](https://github.com/yahoo/serialize-javascript/releases)
- [Commits](yahoo/serialize-javascript@v7.0.3...v7.0.5)

---
updated-dependencies:
- dependency-name: serialize-javascript
  dependency-version: 7.0.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* update lock

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>

* Bump path-to-regexp from 0.1.12 to 0.1.13 (facebook#5032)

Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 0.1.12 to 0.1.13.
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/v.0.1.13/History.md)
- [Commits](pillarjs/path-to-regexp@v0.1.12...v.0.1.13)

---
updated-dependencies:
- dependency-name: path-to-regexp
  dependency-version: 0.1.13
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* mixBlendMode is Android 10+ (facebook#5033)

* make project name and codegen config consistent (facebook#4924)

Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>

* backport iOS native module changes to versioned docs (facebook#5036)

* [blog] Add 0.85 release post (facebook#5038)

* Add React Native 0.85 blog post

Add the release blog post for React Native 0.85 covering the new
Animation Backend, DevTools improvements, Metro TLS support, Jest
preset migration, and other breaking changes. Also adds missing
author entries to authors.yml.

* 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.

* Display animation backend GIFs side by side in a table

* Fix prettier lint for markdown table formatting

* Fix prettier table formatting via --write

* Apply PR feedback from Simek

- Use internal link for animations#caveats
- Add title parameter to metro.config.js and jest.config.js code blocks
- Use sh instead of text for CLI command code block

* Apply huntie's feedback and update date to 2026-04-07

- Simplify Expo SDK paragraph wording
- Update blog post date from 2026-04-06 to 2026-04-07

* [docs] Cut branch 0.85 (facebook#5040)

* Update releases-table.md for 0.85 (facebook#5041)

* Minor fixes to the 0.85 blogpost (facebook#5043)

* fix code snippet in 0.85 blog post (facebook#5045)

* [blog] Remove TextInput selection data from 0.85 blog post (facebook#5046)

* Add supported Node.js version examples to 0.85 blog post (facebook#5044)

Illustrate the EOL Node.js versions section with bullet points
showing which versions are supported and which are not.

https://claude.ai/code/session_012yWt7ffvxSWY3L9JsbyFu3

Co-authored-by: Claude <noreply@anthropic.com>

* migrate monorepo back to Yarn Classic (facebook#5047)

* docs(cndocs): sync linking.md

* docs(cndocs): sync getting-started.md

* docs(cndocs): sync switch.md

* docs(cndocs): sync network.md

* docs(cndocs): sync handling-touches.md

* docs(cndocs): sync permissionsandroid.md

* docs(cndocs): sync publishing-to-app-store.md

* docs(cndocs): sync timers.md

* docs(cndocs): sync scrollview.md

* docs(cndocs): sync sectionlist.md

* docs(cndocs): sync touchablehighlight.md

* docs(cndocs): sync flatlist.md

* docs(cndocs): sync usecolorscheme.md

* docs(cndocs): sync usewindowdimensions.md

* docs(cndocs): sync vibration.md

* docs(cndocs): cleanup orphaned files and sync removed-API stubs

* docs(cndocs): sync roottag.md

* docs(cndocs): sync upgrading.md

* docs(cndocs): sync style.md

* docs(cndocs): sync security.md

* docs(cndocs): sync progressbarandroid.md

* docs(cndocs): sync optimizing-flatlist-configuration.md

* docs(cndocs): sync pixelratio.md

* docs(cndocs): sync releases/release-levels.md

* docs(cndocs): sync platform-specific-code.md

* docs(cndocs): sync settings.md

* docs(cndocs): sync inputaccessoryview.md

* docs(cndocs): sync turbo-native-modules-android.md

* docs(cndocs): sync panresponder.md

* docs(cndocs): sync react-native-gradle-plugin.md

* docs(cndocs): sync the-new-architecture/pure-cxx-modules.md

* docs(cndocs): sync legacy/native-modules-ios.md

* docs(cndocs): sync flexbox.md

Add Tabs wrapper with JavaScript and TypeScript SnackPlayer examples
for 6 priority sections:
- Flex Direction
- Layout Direction
- Align Items
- Align Self
- Flex Basis, Grow, and Shrink
- Flex Wrap

Also updated:
- Heading levels (### to ##)
- Links to yoga documentation (yogalayout.com to yogalayout.dev)
- Proper markdown link syntax for prop references
- Code formatting consistency (single quotes)

* revert(cndocs): 恢复 getting-started.md,不照搬 EN Expo-first 版本

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>
Co-authored-by: bigcupcoffee <24373206+bigcupcoffee@users.noreply.github.com>
Co-authored-by: Brian Beckerle <49686530+brainbicycle@users.noreply.github.com>
Co-authored-by: Alan Lee <42583872+alanleedev@users.noreply.github.com>
Co-authored-by: Nicola Corti <corti.nico@gmail.com>
Co-authored-by: Zeya Peng <zeyap@users.noreply.github.com>
Co-authored-by: Alex Hunt <hello@alexhunt.dev>
Co-authored-by: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants