I want to configure the default camera the same as instagram camera. How can I guarantee that the images captured by my application are always square?
You can try using this package: https://github.com/wix/react-native-camera-kit , which provides cropping to the specified aspect ratio, so you can use 1: 1 to get a square.
Source: https://habr.com/ru/post/1671143/More articles:What is considered a “small” object in Go regarding stack distribution? - sliceimplicit optimization of the else compiler - cUsing std :: result_of with overloaded method - c ++phpUnit with symfony - symfonyObservable.just (), which returns Unit to Kotlin - androidWhy does ES2017 introduce async / await when ES6 already has generators? - javascriptHow to simulate a CANCEL action in a RESTful way? - resttop k columns with values in pandas dataframe for each row - pythonAndroid notifications show no more than three actions - androidWhen should I use render: h => h (App)? - vue.jsAll Articles