週刊React Native
← 一覧へ戻る

2025-10-21 · #7

週刊React Native #7 Split View対応Screens、react-native-mmkv v4、Expo App Awardsほか

React Native ScreensでSplit Viewに対応、4.17.0の登場#

React Native ScreensでiPadの場合のSplit Viewに対応予定です。 React Native SceensはReact Navigationや、そちらを内部的に利用しているExpo Routerで使われているため、将来的にそれらのライブラリでSplit Viewに対応されると思います。

Software Mansion @swmansion · 2025年10月14日

React Native Screens will provide Native Split View 🚀 Coming soon to your favorite navigation libraries!

React Native Screens 4.17.0#

また、それとは別に4.17.0がリリースされました。

Software Mansion @swmansion · 2025年10月16日

We know you love the React Native Screens releases, so here’s what’s coming to 4.17.0: 👉Important patches for iOS 26 behaviour 👉New API for specifying native header items on iOS 👉 New experimental safe area component handling native header / bottom tabs, etc. 👉Support for

react-native-mmkv v4が登場#

React Nativeのキーバリューストレージのreact-native-mmkvのv4が登場しました。

Marc @mrousavy · 2025年10月20日

react-native-mmkv V4 is now released as stable!!! 🥳🚀 github.com/mrousavy/react-nati…

React Native Bottoms Tabs 1.0.0#

ネイティブのBottom TabのUIを提供するReact Native Bottom Tabsの1.0.0が登場しました。

Oskar @o_kwasniewski · 2025年10月18日

React Native Bottom Tabs 1.0.0 is out ✨ - Drops old architecture 🌅 - Simplifies build configuration, making it fully compatible with Expo Image ✅ - Bunch of bug fixes 🐛 It works with @expo router, @reactnavigation and in standalone mode ⬇️

create-expoでSkiaテンプレートの追加#

npx create-expo でExpoのプロジェクトを作成する際の、SkiaとExpo Routerを使ったテンプレートが追加されました。

Evan Bacon 🥓 @Baconbrix · 2025年10月19日

Created a new starter for using Skia with Expo Router: ~ / npx create-expo -e with-skia This uses suspense to load skia on web so all UI state lives in React.

LegendList 2.0.12と2.1.0-beta#

LegendList 2.0.12でさらにパフォーマンスが向上しました。 FlatList、FlashList2との比較のして、より滑らかで空白が表示されることが少なくなっているようです。

Jay Meistrich @jmeistrich · 2025年10月14日

LegendList 2.0.12 is much faster than earlier versions, so I recommend updating ❤️ It now runs tighter loops, does less math, and better uses scroll velocity to predict what will be in view next frame. So it leaves more frame time for your components to render ✨ twitter.com/jmeistrich/status/…

また、2.1.0-beta2も出ています。 こちらではWebの無限スクロールに対応、scrollToIndexやStickyHeaderの機能に対応しています。

Jay Meistrich @jmeistrich · 2025年10月20日

I've got LegendList's scrollToIndex and sticky headers features working in react-dom now (though not fully optimized yet) - try it out in @legendapp/[email protected] 🎉 If you've used another web virtualized list library before, what are your pain points?

Uniwind RC1#

TailwindライクなAPIでスタイリングが可能なUniwind RC1が登場しました。 以前のBetaより2倍高速化されたようです。

Jacek @jpudysz · 2025年10月20日

I'm thrilled to announce that Uniwind has reached its first RC and it's faaaast 🔥

Expo App Awardsが開催中#

Expo App Awardsは、Expoで作られた最高のアプリを称える賞とのこと、今回が初開催です。 10月6日から10月31日まで、応募を受け付けています。

Expo App AwardsCelebrating the best apps built with ExpoExpo
Expo @expo · 2025年10月19日

Every Wag is a modern, AI-powered pet-care companion built with Expo 🐾 • Expo Router + EAS Build / Submit for navigation & deployment • Expo Notifications, Haptics, Updates for native polish • @supabase + @RevenueCat + @OpenAI for data, payments, AI • Offline-first with

今週のひとこと#

Expo App Awardsはいい試みですね! Expoで作られたアプリのいいショーケースにもなりますし、Expoのアプリがどのような技術で作られているかを参考にすることもできそうです。

時間があれば、自分のアプリも公開して応募できたらいいな…!