React Native Best Practices
MCP Serverby aiskillstore · Added 5mo ago
Claude
151
Install
git clone https://github.com/aiskillstore/marketplaceAdd to Claude
claude mcp add react-native-best-practicesQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"react-native-best-practices": {
"command": "npx",
"args": [
"@modelcontextprotocol/react-native-best-practices"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Provides React Native performance optimization guidelines for FPS, TTI, bundle size, memory leaks, re-renders, and animations. Applies to tasks involving Hermes optimization, JS thread blocking, bridge overhead, FlashList, native modules, or debugging jank and frame drops.
Tags
developmentjavascriptgojavaswiftskill