I am new to react-native. I tried many camera packages (react-native-camera, react-native-image-crop-picker) to create a camera in react-native app.
But non of them have all the sections as I checked. I want these options to be there in the camera,
- Grid with a pointer which identify and point the nose
- A warning when the distance is too long (like more than 2 meters)
- And check the lightning and show warning or infor message if the light is low or too high
Can anyone suggest any npm packages which have all these and if there is any sample code can provide that too?