週刊React Native
← 一覧へ戻る

2025-09-07 · #1

週刊React Native #1 React Universe 2025、Legend List v2.0、liquid-glass公開ほか

React Universe Conf 2025#

9月2日〜4日にポーランドでReact Universe Confが行われました。

React Universe Summit 2026 | Trends in React Native & AI EngineringJoin 200+ engineering leaders at React Universe Summit on June 23, 2026 in NYC. Strategic insights on React Native and AI Engineering at enterprise scale from Fortune 500 teams.reactuniverse.com YouTubeで見る YouTubeで見る

React Nativeの安定性と1.0へのロードマップ#

MetaのRicardo氏によると、2025年はReact Nativeの安定化の年と位置づけられています。 リリースプロセスが改善され、年間6回のリリースを2ヶ月ごとに行う計画で、これによりアップグレードが容易になり、バグや破壊的変更が減少するとされています。 React Native 1.0の実現が視野に入っており、予測可能なリリース、安定したAPI、破壊的変更の削減といった取り組みがその土台を築いています。 バージョンについて、最新バージョンから3つのバージョンまでがサポートされます。

Seb ⚛️ ThisWeekInReact.com @sebastienlorber · 2025年9月3日

👀 React Native 1.0 is finally on the horizon Announced at React Universe Conf, they will share the plan to reach 1.0 soon! RN recently: - improved its release process (6x/year) - stabilized and clarified its public APIS - introduced workflows to catch breaking changes

Legacy Architectureの削除#

現在のReact Native 0.81ではNewArchitectureの利用を推奨しており、12月にリリースされる予定のバージョンである0.83では、Legacy ArchitectureがReact Nativeのコアから削除される予定です。

Andrei Calazans @Andrei_Calazans · 2025年9月4日

React Native core team is planning to remove all code related to the old archicture on 0.83. Nice, this will result in smaller IPA/APK sizes. At least they will keep the interop layer around See RFC: github.com/react-native-commun…

Uniwindの登場#

React Universe ConfでReact Native Unistylesの作者であるJacekが、新たにUniwindを発表しました。

Jacek @jpudysz · 2025年9月6日

Thank you @callstackio for the amazing conference! Thank you @grabbou and @thymikee for the hospitality and the opportunity to speak at one of the largest RN conferences worldwide! It was a pleasure to speak at @reactuniverse_ and meet so many legends and amazing people.

UniWindは、Tailwind CSSライクなAPIをReact Nativeに提供するライブラリです。

Jacek @jpudysz · 2025年9月4日

Meet the 2nd gen Unistyles 🦄 engine: update any React Native style - Button color, Switch thumbColor, ScrollView contentContainerStyle, and more. No mapping. No wrapping. It just works with no re-renders.

高いパフォーマンスが発揮できるとのことで、すでにNativeWindなどReact NativeでTailwindスタイルのライブラリがありますが、どれが覇権を取るのでしょうか

Tailwind CSS React Native | Uniwind — 2x Faster than NativeWindTailwind CSS for React Native — Uniwind is 2x faster than NativeWind, built by the creators of Unistyles. Supports iOS, Android, Expo, Web and Desktop.Uniwind

Legend List v2.0#

高いパフォーマンスをウリにする、Legend List v2が登場しました。

Jay Meistrich @jmeistrich · 2025年9月5日

Legend List 2.0 is LIVE! The ⚡️ fastest React Native list library, in 100% JS, now with more accuracy and speed! ✨Perfectly accurate scrollToIndex ✨Even faster ✨Zero mount time on new arch ✨Sticky headers ✨estimatedItemSize is optional ✨New and old arch

React Native Reanimated v4.1.0#

React Native Reanimated 4.1.0が登場しました。

Software Mansion @swmansion · 2025年9月2日

New releases have arrived 🫡 🐎 React Native Reanimated 4.1.0 → Partial support for animating SVG shapes with CSS Animations → Improved types for FlashList v2 integration → React Native 0.81 & Expo SDK 54 Support 🧵 React Native Worklets 0.5.0 → Event loop for worklet

React Native Audio API 0.8.0#

React NativeでWeb Audio API互換のAPIを提供する、React Native Audio APIの0.8.0がリリースされました。

Software Mansion @swmansion · 2025年9月3日

React Native Audio API 0.8.0 has landed! 🎶 📂 Native support for a wider range of popular audio formats, including Opus, OGG, MP4, M4A, and AAC 🌊 Support for HLS Streaming (HTTP Live Streaming) ✅ A few key performance bottlenecks eliminated 🐛 Lots of bug fixes to improve

@⁠𝚌𝚊𝚕𝚕𝚜𝚝𝚊𝚌𝚔/𝚕𝚒𝚚𝚞𝚒𝚍-𝚐𝚕𝚊𝚜𝚜が公開#

iOSのUIGlassEffectをReact Nativeに提供する@⁠𝚌𝚊𝚕𝚕𝚜𝚝𝚊𝚌𝚔/𝚕𝚒𝚚𝚞𝚒𝚍-𝚐𝚕𝚊𝚜𝚜が公開されました。

Oskar @o_kwasniewski · 2025年9月2日

Introducing @⁠𝚌𝚊𝚕𝚕𝚜𝚝𝚊𝚌𝚔/𝚕𝚒𝚚𝚞𝚒𝚍-𝚐𝚕𝚊𝚜𝚜 🆕 It exposes UIGlassEffect for React Native falling back to normal UIView under the hood 🔍 Check it out ⬇️

expo-glass-effectが公開#

Expoチームからも、iOSでUIGlassEffectを適用するexpo-glass-effectが公開されました。

GlassEffectReact components that render a liquid glass effect using iOS's native UIVisualEffectView.Expo Documentation

今週のひとこと#

今週はReact Universe Confもあり、React Native関係のアップデートが活発でした。 来週にはAppleのiPhone周りの発表もあるので、モバイル周りのニュースを追うのに忙しい月になりそうですね。