react-strict-dom - React Strict DOM Setup for Expo
Set up react-strict-dom with Babel, PostCSS, and CSS-wrapped HTML components for universal Expo apps.
Tags
Updated: 2026-09-19Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Configure Babel preset
- Configure PostCSS plugin
- Add global CSS directive
- Create CSS-wrapped HTML components
- Normalize platform styles
Inputs
- Expo project
- babel.config.js file
- postcss.config.mjs file
- Global CSS file
Outputs
- Configured Babel configuration file
- Configured PostCSS configuration file
- Updated global CSS file
- HTML component file at src/html/index.tsx
Requirements
- Bun package manager
- react-strict-dom 0.0.54
- Expo framework
- Tailwind CSS v4
- react-native-css
