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.
Can anyone help me rsolve these issues?