週刊React Native
← 一覧へ戻る

2025-09-23 · #3

週刊React Native #3 Blurフィルター追加、ExpoのIDE CAPSULE、Nativewind v5開発中ほか

今週は、React Nativeに関する特に大きなニュースはありませんでした。

React NativeにBlur(ぼかし)フィルター機能がマージ#

React NativeのiOSで、Blurフィルターが利用できる実装がマージされました。 内部的にはSwiftUIのAPIを利用して実現しているようです。(Private APIを使用しない)

Andrew Prifer @AndrewPrifer · 2025年9月15日

Congratulations to @nishanbende and thanks to @expo for championing this—the filter property PR has been merged into React Native, enabling blur, drop shadow, contrast, and most of the CSS filter options. 🎉🎉🎉 github.com/facebook/react-nati…

nishan (o^▽^o) @nishanbende · 2025年7月6日

Got blur, grayscale and other SwiftUI supported filters working on iOS (no private APIs). Will do a PR by tomorrow. Needs some cleanup. This took some time. It required wrapping views in a SwiftUI view because apple does not want to make the UIKit supported "CAFilter" API public

Nitro Text#

Nitro Modulesを利用して、高機能でハイパフォーマンスなTextコンポーネントを提供するNitroTextが公開されました。 現在はiOSのみに対応しており、AndroidではReact Native標準のTextコンポーネントにフォールバックされるようです。

GitHub - patrickkabwe/react-native-nitro-text: A Text component that is much richer and performant for both iOS and Android.A Text component that is much richer and performant for both iOS and Android. - patrickkabwe/react-native-nitro-textGitHub

Expoを使ったバイブコーディングIDE - CAPSULE#

RorkやBolt.newのような、Expoを使ったバイブコーディングIDEのOSSが発表されました。 こちらを利用することで、Expoを利用した独自のバイブコーディングプラットフォームをつくることができるようです。

CAPSULEvibe code mobile appswww.capsulethis.com
ROFI @bidah · 2025年9月16日

OSS ALERT🚨Releasing @capsulethis: the first @expo vibe coding IDE completely open sourced. Now anybody will be able to create their own vibe coding platform that creates mobile apps. This is the first public sneak peek w/ some of the features you will get out of the box.

Create Lynx Appが開発中#

React Nativeではないですが、同じくReactスタイルでモバイル/Webアプリケーションを作成できるLynxのCLIが開発中のようです。 Lynxもコミュニティが盛り上がって、より開発がしやすくなるとよいですね。

Szymon Rybczak @SzymonRybczak · 2025年9月18日

the simplest way to create new Lynx apps is coming very soon🔥

Nativewind v5が開発中#

現在ドキュメントの整備ができており、Nativewind v5自体も現在作業中のようです。 どのようなアップデートになるか楽しみですね。

Nativewind @nativewindcss · 2025年9月19日

Preliminary docs for v5 are ready, still working through the actual release. Looking like it’ll creep into next week.

今週のひとこと#

今回React Nativeでは大きなニュースはありませんでしたが、Lynxの話題を1つ紹介しました。 LynxについてはZennでファーストインプレッション記事を書きましたが、導入や開発環境、コミュニティの成熟度といった点で、まだReact Nativeには及ばない点を感じていました。 現在少しずつ進歩しているようで、今後に期待したいですね!

次世代クロスプラットフォームフレームワーク「Lynx」 ファーストインプレッションZenn