get_theme_example
Retrieve React Native theme code by specifying the theme name, using BluestoneApps MCP Remote Server for standardized coding examples.
Instructions
Get code for a React Native theme
Input Schema
Name | Required | Description | Default |
---|---|---|---|
theme_name | Yes | Theme Name |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"theme_name": {
"description": "Theme Name",
"type": "string"
}
},
"required": [
"theme_name"
],
"type": "object"
}