1

I am using react-native-camera library for implementing camera and taking images.

I have noticed that the images taken by default camera of iPhone are better in colors and sharpness than the ones I take using my app.

Also is there a way to control/access stabilisation feature of camera in react-native?

Abdullah
  • 393
  • 4
  • 10

1 Answers1

0

Are you specifying a high quality of 1 from the take image options in the app? take a look at the takePicture function here react-native-camera.