Skip to main content
Back to the directory
expo/skillsSoftware EngineeringFrontend and Design

use-dom

Run web-only libraries in Expo apps by rendering them in webviews on native and as-is on web.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
15

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/expo/skills --skill use-dom
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, use-dom has 15 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: expo/skills. Canonical URL: https://skills.sh/expo/skills/use-dom.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Run web-only libraries in Expo apps by rendering them in webviews on native and as-is on web. 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. Use DOM components when you need: Avoid DOM components when: 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: Pass async functions as props to expose native functionality to the DOM component: DOM components can use any web library: CSS imports must be in the DOM component file since they run in isolated context: Or use inline styles / CSS-in-JS: The expo-router component and router API work inside DOM components: These hooks don't work directly in DOM components because they need synchronous access to native routing state: Solution: Read these values in the native parent and pass as props: Check if code is running in a DOM component: Prefer requiring assets instead of using the public directory: Import and use DOM components like regular components: On web, the dom prop is ignored since no webview is needed. - Supports any React web library (recharts, react-syntax-highlighter, canvas, WebGL) without modification by...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does use-dom do?

Run web-only libraries in Expo apps by rendering them in webviews on native and as-is on web.

Is use-dom good?

use-dom does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support use-dom?

use-dom currently lists compatibility with Skills CLI.

Is use-dom safe to install?

use-dom has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to use-dom?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install use-dom?

Run the following command to install use-dom: npx skills add https://github.com/expo/skills --skill use-dom

Related skills

More from expo/skills

Related skills

Alternatives in Software Engineering