generate_component
Create React Native components using the Native_MCP server by specifying the component name. Simplifies React Native development with a standardized interface for component generation.
Instructions
Generate a React Native component
Input Schema
Name | Required | Description | Default |
---|---|---|---|
component_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"component_name": "string"
},
"required": [
"component_name"
],
"type": "object"
}