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?
Asked
Active
Viewed 1,876 times
4

atitpatel
- 3,104
- 1
- 24
- 34
1 Answers
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