Capture a screenshot of your running Expo app in the simulator/emulator.
Take a screenshot of your running Expo app in the simulator/emulator. Use this to visually verify your app's UI during development, optionally focusing on specific elements by testID.
/plugin marketplace add W3Dev/coding-agent/plugin install expo-devtools-plugin@w3devCapture a screenshot of your running Expo app in the simulator/emulator.
/expo-screenshot [--testid=<test-id>]
/expo-screenshot
/expo-screenshot --testid=home-screen
/expo-screenshot --testid=login-button
automation_take_screenshot to capture the current screenEXPO_UNSTABLE_MCP_SERVER=1 npx expo start
--testid (optional): Test ID of element to focus on before screenshot