From 2923f67457af131922d2fd22fcccb157a98b4f6f Mon Sep 17 00:00:00 2001 From: Alan Lee Date: Wed, 8 Apr 2026 11:00:34 -0700 Subject: [PATCH] [blog] Remove TextInput selection data from 0.85 blog post --- website/blog/2026-04-07-react-native-0.85.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/blog/2026-04-07-react-native-0.85.md b/website/blog/2026-04-07-react-native-0.85.md index 13d858f308b..4faa3dcb821 100644 --- a/website/blog/2026-04-07-react-native-0.85.md +++ b/website/blog/2026-04-07-react-native-0.85.md @@ -1,5 +1,5 @@ --- -title: 'React Native 0.85 - New Animation Backend, TextInput Selection Data, New Jest Preset Package' +title: 'React Native 0.85 - New Animation Backend, New Jest Preset Package' authors: [ alanleedev, @@ -15,11 +15,11 @@ tags: [announcement, release] date: 2026-04-07 --- -# React Native 0.85 - New Animation Backend, TextInput Selection Data, New Jest Preset Package +# React Native 0.85 - New Animation Backend, New Jest Preset Package Today we are excited to release React Native 0.85! -This release includes the New Animation Backend, adds selection data to TextInput `onChange` events, moves the Jest preset to a dedicated package, and includes many other improvements and fixes. +This release includes the New Animation Backend, moves the Jest preset to a dedicated package, and includes many other improvements and fixes. ### Highlights