Skip to main content
Glama

React Native MCP Server

by MrNitro360

optimize_performance

Analyze and enhance React Native app performance by identifying optimization strategies for scenarios like list rendering, navigation, animations, memory usage, bundle size, and startup time across iOS, Android, or both platforms.

Instructions

Get performance optimization suggestions for React Native

Input Schema

NameRequiredDescriptionDefault
platformNoTarget platform
scenarioYesPerformance scenario to optimize

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "platform": { "description": "Target platform", "enum": [ "ios", "android", "both" ], "type": "string" }, "scenario": { "description": "Performance scenario to optimize", "enum": [ "list_rendering", "navigation", "animations", "memory_usage", "bundle_size", "startup_time" ], "type": "string" } }, "required": [ "scenario" ], "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