add-expo-camera

Installation
SKILL.md

Add Expo Camera

In-app camera for photo, video, barcode/QR.

Install

npx expo install expo-camera

app.json

{
  "expo": {
    "plugins": [
      ["expo-camera", { "cameraPermission": "Allow $(PRODUCT_NAME) to access your camera." }]
    ]
  }
}
Installs
2
GitHub Stars
1
First Seen
Aug 5, 2026
add-expo-camera — khadinakbarlabs/expo-mobile-app-builder