1

I am new to camera in react-native. I am using Rect-native-camera to take pictures.

But I found it have some issues.

  • Grid view is not available
  • Unable to point only the nose in react-native-camera face detection
  • Unable to find the distance of the face

And one of the main problem I ma facing is the camera view is not full screen. It is showing only 75%.

I tried adding thr height as 100% and the screen height. But nothing works.

This is my current code and the preview of camera UI. UI and code Can anyone help me rsolve these issues?

Deepika
  • 737
  • 7
  • 23

1 Answers1

0

As i can see react-native-camera is deprecated, in their docs they are suggesting to use react-native-vision-camera . As i can in their docs, they have an option for full height .

Do check it out :

enter image description here

Gaurav Roy
  • 11,175
  • 3
  • 24
  • 45