twrnc Setup: Set up twrnc for React Native component library
Description
Integrate twrnc into the existing React Native component library. Ensure it's configured for responsive, utility-first styling, and properly purges unused CSS in production builds.
Technical Details
- Install twrnc and its dependencies.
- Configure
tailwind.config.js to support responsive design and custom breakpoints.
- Modify existing components to use Tailwind's utility classes where possible.
Acceptance Criteria
- twrnc is properly integrated into the React Native component library.
- Components should reflect Tailwind's utility-first CSS framework without breaking.
- Set up twrnc with design-tokens
References
twrnc Setup: Set up twrnc for React Native component library
Description
Integrate twrnc into the existing React Native component library. Ensure it's configured for responsive, utility-first styling, and properly purges unused CSS in production builds.
Technical Details
tailwind.config.jsto support responsive design and custom breakpoints.Acceptance Criteria
References