什麼是 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