gluestack-ui-v4:creating-components
SKILL.md
Gluestack UI v4 - Creating Components
This sub-skill provides practical guidance for creating new components using gluestack-ui v4, from planning to implementation.
Component Creation Workflow
Step 1: Plan Component Structure
Before writing code, answer these questions:
-
What is the component's purpose?
- Form input, data display, navigation, layout, etc.
-
Which Gluestack components do I need?
- Check official docs:
https://v4.gluestack.io/ui/docs/components/${componentName}/ - Use Gluestack wrappers, not React Native primitives
- Check official docs: