Skip to main content
Glama

React Native MCP Server

by MrNitro360

debug_issue

Resolve React Native bugs by identifying and fixing issues across crashes, performance, UI layout, navigation, state management, network, and platform-specific errors. Supports iOS and Android platforms.

Instructions

Get debugging guidance for React Native issues

Input Schema

NameRequiredDescriptionDefault
error_messageNoError message if available
issue_typeYesType of issue to debug
platformNoPlatform where issue occurs

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "error_message": { "description": "Error message if available", "type": "string" }, "issue_type": { "description": "Type of issue to debug", "enum": [ "crash", "performance", "ui_layout", "navigation", "state_management", "network", "platform_specific" ], "type": "string" }, "platform": { "description": "Platform where issue occurs", "enum": [ "ios", "android", "both" ], "type": "string" } }, "required": [ "issue_type" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MrNitro360/React-Native-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server