skills/smithery.ai/gluestack-ui-v4:creating-components

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:

  1. What is the component's purpose?

    • Form input, data display, navigation, layout, etc.
  2. Which Gluestack components do I need?

    • Check official docs: https://v4.gluestack.io/ui/docs/components/${componentName}/
    • Use Gluestack wrappers, not React Native primitives
Installs
2
First Seen
Apr 14, 2026