Questions tagged [react-native-camera]

Camera module for React Native. Including photographs, videos, face detection and barcode scanning

The comprehensive camera module for React Native. Including photographs, videos, face detection and barcode scanning

Github: https://github.com/react-native-community/react-native-camera

Docs: https://github.com/react-native-community/react-native-camera/blob/master/docs/RNCamera.md

339 questions
0
votes
1 answer

how to work with android media(play,pause,stop) using react-native

I am very new to react-native. I am having good experience on Cordova/ionic framework for Hybrid app development. I am just exploring react/react-native. One concept which I like is "virtualDOM" There are a couple of questions here. (some might be…
0
votes
1 answer

Missing components in the CameraRoll API

I am trying to access the gallery using the official CameraRoll API guide. I am unable to render the component because the following modules are not provided in the official doc: const CameraRollView = require('./CameraRollView'); const…
Frosty619
  • 1,381
  • 4
  • 23
  • 33
0
votes
3 answers

upload an image to amazon s3 in react-native

I am trying to upload image to amazon s3,If possible can any one provide links /docs for how to upload to amazon s3, any help much appreciated
Hussian Shaik
  • 2,559
  • 9
  • 37
  • 57
-1
votes
2 answers

Getting Blank screen for QRCode scanner for the first time app installed in Android react-native

I am getting blank screen for QRCode scanner when the app is launcehed for the first time happening only on android devcies. I am trying to scan QRcode in my app for this is have used react-native-qrcode-scanner. Here is the package.json file…
Neerav Shah
  • 713
  • 5
  • 18
  • 39
-1
votes
1 answer

Using react-native-camera build error

I just want use react-native-camera in my react-native project but has an error, I need help, I don't know what happened about this error. Looking forward to your answer, Thanks. error info android/app/build.gradle
-1
votes
1 answer

react-native-camera onBarCodeRead not working

Im having issues with onBarCodeRead using react-native. The expected behaviour: App consoles log barcode type and data. Actual behaviour: Apps just open the camera, and _onBarCodeRead is never called. Any explanation would be satisfatory. Here is…
Jacs
  • 1,437
  • 4
  • 21
  • 31
-1
votes
2 answers

React Native Android Native UI Components doesn't find @ReactProps

i'm trying to implement my first react native UI component, i followed the Facebook tutorial and it should be easy but i have some strange problem public class CameraViewManager extends SimpleViewManager { public static final…
1 2 3
22
23