4

I want to customize the default camera to somewhat like instagram camera. How can I ensure that the images captured by my application is always in square shape? enter image description here

atitpatel
  • 3,104
  • 1
  • 24
  • 34

1 Answers1

0

You can try using this package: https://github.com/wix/react-native-camera-kit which provides cropping to specified aspect ratio, so you can use 1:1 to get a square.

Artal
  • 8,933
  • 2
  • 27
  • 30