validate-api
Verify an API symbol exists in React Native libraries by checking node_modules first and falling back to the documentation index.
Instructions
Fast validation if a symbol exists, checking node_modules first then docs index
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Current working directory | |
| symbol | Yes | The API symbol to check (e.g., 'View', 'FlatList', 'useNavigation') | |
| library | Yes |