·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.

3Installs·0Trend·@marcoodignoti

Installation

$npx skills add https://github.com/marcoodignoti/couple-diary --skill use-dom

SKILL.md

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: marcoodignoti/couple-diary.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/marcoodignoti/couple-diary --skill use-dom
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

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: marcoodignoti/couple-diary.

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/marcoodignoti/couple-diary --skill use-dom Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/marcoodignoti/couple-diary