¿Qué es use-dom?
Utilice los componentes Expo DOM para ejecutar código web en una vista web nativa y tal cual en la web. Migre el código web a nativo de forma incremental. Fuente: gigs-slc/react-native-skills.
Utilice los componentes Expo DOM para ejecutar código web en una vista web nativa y tal cual en la web. Migre el código web a nativo de forma incremental.
Instala rápidamente el skill de IA use-dom en tu entorno de desarrollo mediante línea de comandos
Fuente: 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:
Utilice los componentes Expo DOM para ejecutar código web en una vista web nativa y tal cual en la web. Migre el código web a nativo de forma incremental. Fuente: gigs-slc/react-native-skills.
Campos y comandos estables para citas de IA/búsqueda.
npx skills add https://github.com/gigs-slc/react-native-skills --skill use-domUtilice los componentes Expo DOM para ejecutar código web en una vista web nativa y tal cual en la web. Migre el código web a nativo de forma incremental. Fuente: gigs-slc/react-native-skills.
Abre tu terminal o herramienta de línea de comandos (Terminal, iTerm, Windows Terminal, etc.) Copia y ejecuta este comando: npx skills add https://github.com/gigs-slc/react-native-skills --skill use-dom Una vez instalado, el skill se configurará automáticamente en tu entorno de programación con IA y estará listo para usar en Claude Code, Cursor u OpenClaw
https://github.com/gigs-slc/react-native-skills