analyze_component
Analyze React Native component code for best practice compliance, identifying violations and suggesting fixes.
Instructions
Analyze React Native component for best practices
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | React Native component code to analyze. If not provided, analyzes entire codebase | |
| type | No | Component type | |
| codebase_path | No | Path to React Native project root for codebase analysis |