get_component_example
Retrieve a React Native component example by specifying the component name using the BluestoneApps MCP Remote Server for quick reference and coding guidance.
Instructions
Get a React Native component example
Input Schema
Name | Required | Description | Default |
---|---|---|---|
component_name | Yes | Component Name |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"component_name": {
"description": "Component Name",
"type": "string"
}
},
"required": [
"component_name"
],
"type": "object"
}