© 2026 YOLOX SYSTEM. ALL RIGHTS RESERVED.
Gives your agent the ability to run web code in a webview on native platforms using Expo DOM components.
When using web-only libraries like Recharts or syntax highlighters in an Expo app
When migrating existing React web components to native without a complete rewrite
When implementing complex HTML/CSS layouts that aren't available in standard React Native
Create a new component file and add the 'use dom'; directive at the top
Define serializable props (strings, numbers, objects) to pass data from native to web
Expose native actions by passing async functions as props to the DOM component
Configure webview behavior using the 'dom' prop for scrolling or style overrides
You
I need to add a complex line chart to my mobile app using Recharts.
Agent
I will create a new DOM component with the 'use dom' directive. This allows us to import and use the 'recharts' library directly within a high-performance webview. I'll set up serializable props for your chart data and configure the 'dom' prop to disable body scrolling, ensuring the chart feels like a native part of your UI.
Gives your agent the ability to automate browser interactions for web testing, form filling, data extraction, and authenticated browsing using local or cloud-based sessions.
Gives your agent the ability to automate web browser tasks by controlling a browser through the Gemini Computer Use model and Playwright.
Gives your agent the ability to create and manage Agent Users in Microsoft Entra ID, allowing AI agents to act as digital workers within Microsoft 365.
Teams-first multi-agent orchestration layer for Claude Code with specialized agents and persistent execution loops.
Gives your agent the ability to design, build, and optimize Lakehouse solutions in Microsoft Fabric for both tabular and non-tabular data.
© 2026 YOLOX SYSTEM. ALL RIGHTS RESERVED.