Kiura
Kiura
I looked into the code of bowser, looks quite nice and well structured. I extracted the functionality that I needed so I can keep my package small (hope that's ok...
Let me clarify the issue: 1. `onPressOut` triggers even if the finger is slid out of the button, in which case it should not trigger the `onPress` function 2. Every...
@ptinsley, Thank you for the explanation. Maybe it is worth adding a similar example to docs?
Alright, now it is clear, I thought there were fundamental differences. Thank you for making this clear.
At least if there was an option to re-request the permission.
@rzdev, Hi, I used react-native-image-picker to pick the images on iOS and after the user selects the image I use this library to allow users to crop the image.
I use the library to pick the image using this method: `launchImageLibrary`, Then I user `ImagePicker.openCropper` to crop the image ```js launchImageLibrary({...}, async data => { if (!data || !data.assets...
> Hey I just wanted to check in to see if you ever found a better solution to this, thanks! unfortunately no, still using the hack...
> Just use react-native-crop-image-picker. Better solution anyways. > https://github.com/ivpusic/react-native-image-crop-picker I am using it and this library (since react-native-image-crop-picker on iOS doesn't let you select all photos, only some preselected) I...