Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
64 views

I'm running into a persistent issue with @react-native-camera-roll/camera-roll in my React Native app and could use some advice. I'm trying to fetch all photos from the device's gallery to display in ...
Shrabya's user avatar
  • 11
3 votes
0 answers
313 views

I am working on a React Native project using React Native 0.77.1 and trying to use the camera in my app. I have installed react-native-camera (version 4.2.1) and set up permissions correctly, but I am ...
Shahid's user avatar
  • 31
0 votes
1 answer
770 views

I'm trying to use RNCamera in a simple project to make use of my device camera. But I get the following error on my android device - Attempt to invoke vitual method 'com.facebook.react.uimanager....
Ekene Akuneme's user avatar
5 votes
2 answers
2k views

import React, { useRef, useState, useEffect } from 'react'; import { StyleSheet, View, Text } from 'react-native'; import { RNCamera } from 'react-native-camera'; const Registration = () => { ...
dev vaibhav's user avatar
1 vote
1 answer
202 views

I'm encountering an issue when trying to take a picture using the react-native-camera library in my React Native app. The takePicture function fails with the following error: I'm using the following ...
Waseem Kurne's user avatar
  • 2,232
3 votes
0 answers
668 views

I am using react-native bare workflow(Android). The reason I am using bare workflow is because I want to use some expo features like the expo camera and want to run some open-cv script(openCV script ...
Nithin_Kamineni's user avatar
1 vote
1 answer
1k views

After installing the package "react-native-vision-camera": "^4.0.5" when I try to build the Android apk I get the error I get this error android/build.gradle react-native-version
Aqib Khan's user avatar
1 vote
0 answers
288 views

How can I implement a document scanning feature with react-native-camera? I have worked with react-native-document-scanner and it works very well but has a few limitations both on Android and iOS for ...
Ramanjeet's user avatar
  • 682
0 votes
1 answer
196 views

I am working on a React Native project where I need to implement a camera functionality with a specific requirement. Below I had shared a image I Want to implement below shown functionality, The ...
Yash's user avatar
  • 163
0 votes
1 answer
753 views

Is there a free library available for implementing an ID card verification scanner in React Native? This is similar to the functionality where users register in an app and need to validate their ...
Cayenne Ezra Gagno's user avatar
0 votes
1 answer
260 views

I want to open camera and scan QR code. But I am getting black screen in iOS instead of camera. My code- import React, { useState, useEffect } from 'react'; import { View, Text, StyleSheet } from '...
Aashi's user avatar
  • 73
1 vote
1 answer
1k views

I have updated the dependencies in build.gradle file But this keeps appearing and I don't know what the problem is? here is android\build.gradle file: // Top-level build file where you can add ...
Mohammad Rawashdeh's user avatar
2 votes
1 answer
3k views

I'm trying to capture photo and make it landscape. Im using orientation='landscape-left' inside my Camera component. However, when I take picture, it still saving the photo as portrait. I blocked ...
Xacoio's user avatar
  • 63
1 vote
2 answers
1k views

I am building using EAS but when i build im getting this error: FAILURE: Build failed with an exception. * What went wrong: Could not determine the dependencies of task ':app:...
MxG's user avatar
  • 81
1 vote
2 answers
2k views

I have added react-native-camera to my application. But I am getting this error while running npm run android command. * What went wrong: Could not determine the dependencies of task ':app:...
Rohit Aggarwal's user avatar

15 30 50 per page
1
2 3 4 5
23