From 586ca900e5b30ae0974ce191427216aed784cc81 Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Thu, 12 Jun 2025 18:19:18 +0100 Subject: [PATCH] Sort the blogpost of today --- .../blog/2025-06-12-moving-towards-a-stable-javascript-api.md | 2 +- website/blog/2025-06-12-react-native-0.80.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/blog/2025-06-12-moving-towards-a-stable-javascript-api.md b/website/blog/2025-06-12-moving-towards-a-stable-javascript-api.md index 7699bf46e87..ed2d59b63b8 100644 --- a/website/blog/2025-06-12-moving-towards-a-stable-javascript-api.md +++ b/website/blog/2025-06-12-moving-towards-a-stable-javascript-api.md @@ -2,7 +2,7 @@ title: 'Moving Towards a Stable JavaScript API (New Changes in 0.80)' authors: [huntie, iwoplaza, jpiasecki, coado] tags: [announcement] -date: 2025-06-12 +date: 2025-06-12T16:00 --- In React Native 0.80, we're introducing two significant changes to React Native's JavaScript API — the deprecation of deep imports, and our new Strict TypeScript API. These are part of an ongoing effort to accurately define our API and offer dependable type safety to users and frameworks. diff --git a/website/blog/2025-06-12-react-native-0.80.md b/website/blog/2025-06-12-react-native-0.80.md index 28ea64c863b..4b12a6d36be 100644 --- a/website/blog/2025-06-12-react-native-0.80.md +++ b/website/blog/2025-06-12-react-native-0.80.md @@ -2,7 +2,7 @@ title: 'React Native 0.80 - React 19.1, JS API Changes, Freezing Legacy Arch and much more' authors: [hezi, fabriziocucci, gabrieldonadel, chrfalch] tags: [engineering] -date: 2025-06-12 +date: 2025-06-12T16:01 --- # React Native 0.80 - React 19.1, JS API Changes, Freezing Legacy Arch and much more