diff --git a/docs/docs/guides/SETUP.mdx b/docs/docs/guides/SETUP.mdx index f5838f9..2f1bd49 100644 --- a/docs/docs/guides/SETUP.mdx +++ b/docs/docs/guides/SETUP.mdx @@ -36,7 +36,7 @@ npx pod-install ```bash -expo install react-native-vision-camera +npx expo install react-native-vision-camera ``` @@ -111,7 +111,7 @@ Add the VisionCamera plugin to your Expo config (`app.json`, `app.config.json` o Finally, compile the mods: ```bash -expo prebuild +npx expo prebuild ``` To apply the changes, build a new binary with EAS: