Open a native target for Expo/React Native apps: iOS simulator or Android device mirror. Drive the app via idb/adb and stream JS/native logs to the timeline.
Builds and launches native Expo/React Native development build for iOS or Android, streaming output to the timeline. If toolchain is missing, provides installation checklist.
Diagnose React Native development environment health: OS, iOS/Android toolchains, Metro status, and project info. Use first when something fails or before device/build operations.
Search iOS Human Interface Guidelines or Android Material 3 design patterns to implement platform-specific UI/UX with cross-platform code examples for Flutter and React Native.
MCP server for iOS reverse engineering, enabling static analysis of IPA/Mach-O binaries and dynamic instrumentation via Frida for tasks like IAP interception and FairPlay decryption.
Enables AI assistants to diagnose and fix iOS app issues that cause App Store rejections, such as missing privacy manifests, permission strings, and test credentials, before submission.
Retrieves a list of all booted iOS, iPadOS, tvOS, and watchOS simulators, showing their names, UDIDs, and OS versions. Returns a clear message if no simulators are running.
Retrieve the app bundle path for iOS, watchOS, tvOS, or visionOS applications on a physical device by specifying the project file and scheme. Essential for developers managing Xcode projects.
Integrate native mobile audio and video call UI components for Flutter, Android, or iOS platforms to build applications with WeChat-like calling functionality.
Integrate native chat UI components for Android, iOS, or Flutter applications to build mobile chat functionality similar to WeChat using Tencent RTC's real-time communication capabilities.
Query DevBrain to extract relevant developer knowledge, articles, and resources. Use tags like 'ios' or 'react-native' to refine search results and access title, description, and URLs for further reading.
Retrieve native Android logcat and iOS Simulator logs to debug app issues. Filter by platform, time, or content, and limit lines for targeted analysis.