React Native Logs Cli
Analyze React Native app logs via CLI to quickly identify errors, performance bottlenecks, and debugging insights.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add react-native-logs-cli npx -- -y @trustedskills/react-native-logs-cli
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"react-native-logs-cli": {
"command": "npx",
"args": [
"-y",
"@trustedskills/react-native-logs-cli"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The react-native-logs-cli skill provides a command-line interface for retrieving and filtering logs from React Native applications. It allows users to quickly access device logs, filter them based on specific criteria, and analyze application behavior in real time. This simplifies debugging and troubleshooting issues within React Native projects.
When to use it
- Debugging mobile app crashes: Quickly retrieve crash logs directly from connected devices for immediate analysis.
- Analyzing user interactions: Filter logs by specific events or components to understand how users are interacting with your application.
- Troubleshooting performance bottlenecks: Identify slow function calls or resource-intensive operations through log filtering and analysis.
- Monitoring remote device behavior: Access and analyze logs from devices running your React Native app in production environments.
Key capabilities
- Retrieval of device logs
- Filtering by specific criteria
- Real-time log analysis
- Command-line interface
Example prompts
- "Show me the latest 100 lines of logs from my connected iOS device."
- "Filter React Native logs for errors related to network requests."
- "Display all logs containing 'warning' from the last 5 minutes."
Tips & gotchas
- Ensure you have a connected device and that ADB (Android Debug Bridge) or Xcode is properly configured.
- The skill’s effectiveness depends on having adequate logging implemented within your React Native application.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.