use-dom とは?
Expo DOM コンポーネントを使用して、ネイティブの Web ビューで Web コードを実行し、Web 上でそのままの状態で Web コードを実行します。 Web コードを段階的にネイティブに移行します。 ソース: gigs-slc/react-native-skills。
Expo DOM コンポーネントを使用して、ネイティブの Web ビューで Web コードを実行し、Web 上でそのままの状態で Web コードを実行します。 Web コードを段階的にネイティブに移行します。
コマンドラインで use-dom AI スキルを開発環境にすばやくインストール
ソース: gigs-slc/react-native-skills。
DOM components allow web code to run verbatim in a webview on native platforms while rendering as-is on web. This enables using web-only libraries like recharts, react-syntax-highlighter, or any React web library in your Expo app without modification.
Create a new file with the 'use dom'; directive at the top:
Every DOM component receives a special dom prop for webview configuration. Always type it in your props:
Expo DOM コンポーネントを使用して、ネイティブの Web ビューで Web コードを実行し、Web 上でそのままの状態で Web コードを実行します。 Web コードを段階的にネイティブに移行します。 ソース: gigs-slc/react-native-skills。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/gigs-slc/react-native-skills --skill use-domExpo DOM コンポーネントを使用して、ネイティブの Web ビューで Web コードを実行し、Web 上でそのままの状態で Web コードを実行します。 Web コードを段階的にネイティブに移行します。 ソース: gigs-slc/react-native-skills。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/gigs-slc/react-native-skills --skill use-dom インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/gigs-slc/react-native-skills