週刊React Native
← 一覧へ戻る

2025-12-01 · #13

週刊React Native #13 HermesでJSON高速化、React Native Unreal、Advent Calendar 2025ほか

v0アプリの実装についての詳細が公開#

VercelのFernando Rojo氏が、先日公開されたv0のiOSアプリの実装についての詳細を解説しています。 v0はExpoで開発されており、React Nativeでもここまで質の高いアプリを構築することができるという良い見本となっています。

Fernando Rojo @fernandorojo · 2025年11月24日

New blog post: How we built the v0 iOS app - staggered stream animations - pushing messages up top - fading in new messages - keyboard handling - floating composer - pasting images - sharing code - native UI + more Read the full technical breakdown below.

How we built the v0 iOS appThe v0 engineering team breaks down the challenges and decisions behind building the v0 app for iOS.Vercel

HermesでJSONパースの高速化#

React NativeのJSエンジンであるHermesで、JSONのパースが2.7~3.4倍高速化されたそうです。 こちらはStatic Hemesブランチで利用可能とのことで、実際にユーザーがReact Nativeで利用できるにはもう少し時間がかかりそうです。

Tzvetan Mikov @tmikov · 2025年11月24日

Big news for Hermes JSON parsing. Michael from our team worked on speeding it up for the last month - the result is between 2.7x-3.4x faster! It is available in the static_h branch now and will be included in the next stable releases. Incomplete list of improvements: - Switch to

react-native-aiが利用されたアプリの例#

React NativeでオンデバイスのAIを利用できるreact-native-aiを使ったアプリが公開されました。 こちらはOSSでも公開されているので、react-native-aiを使うときの参考になりそうです。

Szymon Rybczak @SzymonRybczak · 2025年11月24日

the first app using react-native-ai was just published to app store and it's open source!! 🔥 it's really amazing to see first adopters of @⁠react-native-ai/apple! 😍

GitHub - sbhjt-gr/InferrLM: InferrLM - On-device AI for iOS & AndroidInferrLM - On-device AI for iOS & Android. Contribute to sbhjt-gr/InferrLM development by creating an account on GitHub.GitHub

react-native-nitro-symbolsが公開#

iOSのSFSymbolsを利用数r事ができるreact-native-nitro-symbolsが公開されました。 こちらはNitro Modulesを使い、高ハイパフォーマンスで型安全に作られています。

Davey @1804davey · 2025年11月25日

Stoked to introduce react-native-nitro-symbols. A library for accessing native iOS SFSymbols in your react native/expo apps with the speed of nitro! - Fully typesafe using sf-symbols-typescript by @fernandorojo

GitHub - DaveyEke/react-native-nitro-symbols: React Native library for accessing native Apple SFSymbols.React Native library for accessing native Apple SFSymbols. - DaveyEke/react-native-nitro-symbolsGitHub

react-native-bottom-tabs 1.0.3が公開#

React Nativeにネイティブのボトムタブを利用することが出来る、react-native-bottom-tabs 1.0.3が公開されました。 AndroidでのSVGの修正と、iOS 26以上でのBottom Accessory Viewが実験的に追加されました。

Oskar @o_kwasniewski · 2025年11月28日

Just published React Native Bottom Tabs 1.0.3 🚀 - Android SVG fixes - Experimental support for bottom accessory view Thanks to everyone who contributed! 🙏 Check out release notes here: github.com/callstackincubator/…

react-native-actions-sheet v10が公開#

React NativeでシートUIを利用することが出来る、react-native-actions-sheetのv10が公開されました。 Reanimatedへの移行やedge-to-edgeへの対応、キーボードの改善、リストとScrollViewのより良いサポートなど、多くの変更が行われました。

Ammar Ahmed @ammarahm_ed · 2025年11月28日

react-native-actions-sheet V10 is finally here. - Migrated to use react-native-reanimated - Edge to edge handling - Improved Keyboard behaviour - Better support for Lists and ScrollViews - and much more! Release Notes: github.com/ammarahm-ed/react-n…

React Native Unreal Engineが開発中?#

React Native GodotでReact NativeにGodotのゲームエンジンが追加できるようになりましたが、今度はUnreal Engineがサポートされるかもしれません。

Michał Pierzchała @thymikee · 2025年11月28日

React Native for Unreal Engine 🔜

React Native Advent Calendar 2025#

今日から始まります! まだ枠もあるので、ぜひご参加を!

React Native - Qiita Advent Calendar 2025 - QiitaCalendar page for Qiita Advent Calendar 2025 regarding React Native.Qiita

今週のひとこと#

v0アプリのクオリティへのこだわりは凄いですね…! Apple Design Awardに選ばれるのを目標にしていて、それにふさわしいくらいの出来になっていそうです。

それをReact Nativeで実現するために、様々な問題に取り組み、必要があればReact Native内部の問題をパッチで解決するなど行っているようでした。

Android版の公開も楽しみですね!