什么是 use-dom?
使用 Expo DOM 组件在本机和 Web 上的 Web 视图中运行 Web 代码。将 Web 代码逐步迁移到本机。 来源:gigs-slc/react-native-skills。
使用 Expo DOM 组件在本机和 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 代码逐步迁移到本机。 来源:gigs-slc/react-native-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/gigs-slc/react-native-skills --skill use-dom使用 Expo DOM 组件在本机和 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