analyze_component
Analyze React Native component code to identify best practices and improve code quality through automated assessment of functional, class, or hook components.
Instructions
Analyze React Native component for best practices
Input Schema
TableJSON 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 |