get_screen_example
Retrieve React Native screen examples by specifying the screen name using the BluestoneApps MCP Remote Server, facilitating access to standardized coding practices.
Instructions
Get a React Native screen example
Input Schema
Name | Required | Description | Default |
---|---|---|---|
screen_name | Yes | Screen Name |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"screen_name": {
"description": "Screen Name",
"type": "string"
}
},
"required": [
"screen_name"
],
"type": "object"
}