-
### Version
- react-native-image-crop-picker v0.37.2
- react-native v0.66.2
### Platform
- Android
### Expected behaviour
When specifying `width` and `height`, and enabling `freeStyleCropEna…
-
How to get actual image file and show it in view? Also I am trying to get cropped and send it to server. How can I do that? Code I tried:
```
return this.camera.getPicture(this.options)
.then…
-
### Version
Tell us which versions you are using:
- react-native-image-crop-picker v0.19.0
- react-native v0.51.0
### Platform
trying to run react-native run-android and running into this is…
-
I encounter an issue with the package when I try to build an APK with the "flutter build apk" command.
the error is:
```FAILURE: Build failed with an exception.
…
-
### Description
I created a sample app, that adds image of a dog/cat in one of four grid spaces based on random chance every n seconds. If the image is on the left - the top item in template is Gri…
-
### Version
Tell us which versions you are using:
- react-native-image-crop-picker v0.33.3?
- react-native v0.63.4
### Platform
Tell us to which platform this issue is related
- iOS
- An…
-
### Version
Tell us which versions you are using:
- react-native-image-crop-picker v0.21.1
- react-native v0.51.0
### Platform
Tell us to which platform this issue is related
- Android
…
-
### What package does this bug report belong to?
camera
### What target platforms are you seeing this bug on?
Android
### Have you already upgraded your packages?
Yes
### Dependency versions
He…
-
### Steps to reproduce
1. Run the following code with flutter run -d chrome
```dart
import 'package:flutter/material.dart';
void main() {
runApp(
MaterialApp(
home: Scaffold(
…
-
```
I am trying to build a phonegap app in Android.
I take a photo in one page and pass it to another where the cropping is to take
place.
The selected area is not blank but contains a scaled down v…