·use-dom

Use Expo DOM components to run web code in a webview on native and as-is on web. Migrate web code to native incrementally.

11Installs·0Trend·@gigs-slc

Installation

$npx skills add https://github.com/gigs-slc/react-native-skills --skill use-dom

How to Install use-dom

Quickly install use-dom AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/gigs-slc/react-native-skills --skill use-dom
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: gigs-slc/react-native-skills.

SKILL.md

View raw

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:

Use Expo DOM components to run web code in a webview on native and as-is on web. Migrate web code to native incrementally. Source: gigs-slc/react-native-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/gigs-slc/react-native-skills --skill use-dom
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from gigs-slc/react-native-skills

Quick answers

What is use-dom?

Use Expo DOM components to run web code in a webview on native and as-is on web. Migrate web code to native incrementally. Source: gigs-slc/react-native-skills.

How do I install use-dom?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/gigs-slc/react-native-skills --skill use-dom Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/gigs-slc/react-native-skills