From expo-devtools-plugin
Install packages using `npx expo install` for proper version compatibility.
How this command is triggered — by the user, by Claude, or both
Slash command
/expo-devtools-plugin:expo-installFiles this command reads when invoked
The summary Claude sees in its command listing — used to decide when to auto-load this command
# /expo-install - Install Expo packages Install packages using `npx expo install` for proper version compatibility. ## Usage ## Examples ## Behavior 1. Use the Expo MCP `add_library` tool to install packages 2. Ensures version compatibility with your Expo SDK version 3. Automatically installs peer dependencies 4. Updates package.json and installs node_modules ## Arguments - `package-name` (required): The package to install - `additional-packages` (optional): More packages to install in the same command ## Notes - Uses `npx expo install` under the hood for proper versioning - Re...
Install packages using npx expo install for proper version compatibility.
/expo-install <package-name> [additional-packages...]
/expo-install expo-camera
/expo-install expo-notifications expo-device
/expo-install react-native-reanimated
/expo-install @react-navigation/native
add_library tool to install packagespackage-name (required): The package to installadditional-packages (optional): More packages to install in the same commandnpx expo install under the hood for proper versioningnpm install for Expo projectsnpx claudepluginhub W3Dev/coding-agent --plugin expo-devtools-plugin/erne-upgradeGuides Expo SDK and React Native version upgrades via 5-step process with upgrade-assistant, producing summary, compatibility matrix, breaking changes, migration steps, and verification checklist.
/react-nativeReviews React Native files or projects against Expo best practices for performant apps. Also guides new Expo project setup. Accepts file path, 'setup', or 'review'.
/react-nativeInvokes React Native frontend agent for Frappe-backed Expo mobile apps to develop screens, navigation, Redux state, React Query v4, GPS tracking, camera, notifications, and EAS builds.