Gathering detailed insights and metrics for react-native-camera
Gathering detailed insights and metrics for react-native-camera
Gathering detailed insights and metrics for react-native-camera
Gathering detailed insights and metrics for react-native-camera
@react-native-camera-roll/camera-roll
React Native Camera Roll for iOS & Android
@react-native-community/cameraroll
React Native Camera Roll for iOS & Android
react-native-vision-camera
A powerful, high-performance React Native Camera library.
react-native-camera-roll-picker
A React Native component providing images selection from camera roll
A Camera component for React Native. Also supports barcode scanning!
npm install react-native-camera
Typescript
Module System
Node Version
NPM Version
98.1
Supply Chain
100
Quality
81.9
Maintenance
100
Vulnerability
99.6
License
Java (52.98%)
Objective-C (26.05%)
C++ (9.55%)
C# (6.2%)
JavaScript (4.83%)
Ruby (0.15%)
C (0.12%)
CSS (0.1%)
Dockerfile (0.02%)
Total Downloads
28,860,476
Last Day
3,442
Last Week
80,057
Last Month
333,489
Last Year
4,069,684
9,638 Stars
1,699 Commits
3,521 Forks
169 Watchers
30 Branches
359 Contributors
Updated on Jul 04, 2025
Latest Version
4.2.1
Package Id
react-native-camera@4.2.1
Size
265.41 kB
NPM Version
6.14.8
Node Version
10.24.1
Published on
Sep 21, 2021
Cumulative downloads
Total Downloads
Last Day
-14.7%
3,442
Compared to previous day
Last Week
-3.4%
80,057
Compared to previous week
Last Month
-1.4%
333,489
Compared to previous month
Last Year
-14.7%
4,069,684
Compared to previous year
1
25
See this issue
We are looking for maintainers for this package, or to depreciate this in favor of react-native-vision-camera or expo-camera, if nobody want to maintain this package.
Follow our docs here https://react-native-camera.github.io/react-native-camera/
If you use this library on your commercial/personal projects, you can help us by funding the work on specific issues that you choose by using IssueHunt.io!
This gives you the power to prioritize our work and support the project contributors. Moreover it'll guarantee the project will be updated and maintained in the long run.
Available as part of the Tidelift Subscription
The maintainers of react-native-camera and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. Learn more.
You can also fund this project using open collective
Support us with a monthly donation and help us continue our activities. [Become a backer]
Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]
The comprehensive camera module for React Native.
Supports:
1import { RNCamera, FaceDetector } from 'react-native-camera';
We recommend using the releases from npm, however if you need some features that are not published on npm yet you can install react-native-camera from git.
yarn: yarn add react-native-camera@git+https://git@github.com/react-native-community/react-native-camera.git
npm: npm install --save react-native-camera@git+https://git@github.com/react-native-community/react-native-camera.git
To use the camera,
1 <uses-permission android:name="android.permission.CAMERA" />
To enable video recording
feature you have to add the following code to the AndroidManifest.xml
:
1 <uses-permission android:name="android.permission.RECORD_AUDIO"/> 2 <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> 3 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
1... 2<key>NSCameraUsageDescription</key> 3<string>Your own description of the purpose</string> 4... 5
For more information on installation, please refer to installation requirements.
For general introduction, please take a look into this RNCamera.
To report a security vulnerability, please use the
Tidelift will coordinate the fix and disclosure.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
Found 13/28 approved changesets -- score normalized to 4
Reason
project is archived
Details
Reason
security policy file not detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
Project has not signed or included provenance with any releases.
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-06-23
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More