React Native Vision Camera
Configures react-native-vision-camera v5 and migrates code from the v4 API.
In test queue
Test report
- Verdict
- In test queue
- Tested
- —
- Environment
- Pending
In the test queue — machine-screened (validator 85/100, 139★ repo), full install/trigger/output test scheduled.
What React Native Vision Camera does
Best-practices guide for react-native-vision-camera v5 (Nitro rewrite, April 2026) and migrating from v4. Use when installing, configuring, or writing code with the Camera, outputs, frame processors, recording, or barcode/depth/RAW features. Also use when converting v4 code (photo={true}, takePhoto, useCameraFormat, useFrameProcessor) to the new v5 API.
How to install React Native Vision Camera
git clone https://github.com/margelo/react-native-skills
cp -r react-native-skills/skills/react-native-vision-camera ~/.claude/skills/react-native-vision-camera
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger React Native Vision Camera
-
/react-native-vision-cameraConfigures react-native-vision-camera v5 and migrates code from the v4 API.
It also activates on plain-language prompts like these:
-
Migrate this v4 camera code to the v5 API -
Set up a frame processor for barcode scanning -
Add photo and RAW capture to this Camera component
Frequently asked questions
- Is the React Native Vision Camera skill free?
- Yes. The skill itself is free from margelo/react-native-skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does React Native Vision Camera work with Claude Code?
- It is in our test queue — we run every skill on real work before issuing a verdict, and this one is scheduled.
- How do I install React Native Vision Camera?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use React Native Vision Camera with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.