Gez Quinn

Results 24 comments of Gez Quinn
trafficstars

Also happening on iOS builds using `@shakebugs/[email protected]+`.

Yep, I'm getting this ``` android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.provider.action.PICK_IMAGES typ=image/* (has extras) } ``` with `[email protected]`, `[email protected]` and `[email protected]`, when testing on an emulator with...

> [@gezquinndesign](https://github.com/gezquinndesign) How can i enable 16KB page size on android emulator? In Android Studio, you have to add a "16KB Page Size" image to your emulator - you should...

Looking at the [code](https://github.com/ivpusic/react-native-image-crop-picker/blob/79d62be01650e583963cddfbfe6dd6aeb82f5c06/android/src/main/java/com/reactnative/ivpusic/imagepicker/ImageCropPicker.java#L357-L381), the library is hardcoded to use the new Photo Picker API (PickVisualMedia / PickMultipleVisualMedia), which creates the PICK_IMAGES intent that's failing and there's no fallback. It's...