Rodolfo

Results 60 comments of Rodolfo

I need this feature too. Any updates? Thanks

Results: 1. `pod install` works in demo repo without another library installed, but failed if you install another library, like `react-native-google-mobile-ads` with the following error: ``` [!] The 'Pods-Test' target...

I tested that and `react-native-mobile-ads` could be installed now with the combination of: - `googleMobileAds: 9.6.0` + - `use_frameworks!` + - `$RNGoogleMobileAdsAsStaticFramework = true` But I have problems with another...

I've the same issue, the download is **baseline** instead **progressive** , anyone could change this? Baseline vs progressive: https://medium.com/hd-pro/jpeg-formats-progressive-vs-baseline-73b3938c2339#:~:text=While%20baseline%20renders%20line%20by,the%20web%20browser's%20rendering%20engine.

I have the same issue. I don't know how to reproduce it. 100% iPhone 100% iOS 15.5.0 ``` -[PHPhotoLibrary presentLimitedLibraryPickerFromViewController:]: unrecognized selector sent to instance 0x109edcef0 Fatal Exception: NSInvalidArgumentException 0...

Same issue, same device (Nexus 5X) and same Android version (8.1.0) ``` Fatal Exception: java.lang.RuntimeException: Unable to start activity ComponentInfo{__app_name__/com.yalantis.ucrop.UCropActivity}: android.view.InflateException: Binary XML file line #27: Binary XML file line...

@biskis You can apply the patch, the fix was not included in 0.38.0 **patches/react-native-image-crop-picker+0.38.0.patch** ``` diff --git a/node_modules/react-native-image-crop-picker/ios/QBImagePicker/QBImagePicker/QBAlbumsViewController.m b/node_modules/react-native-image-crop-picker/ios/QBImagePicker/QBImagePicker/QBAlbumsViewController.m index 859d7b8..dec556c 100644 --- a/node_modules/react-native-image-crop-picker/ios/QBImagePicker/QBImagePicker/QBAlbumsViewController.m +++ b/node_modules/react-native-image-crop-picker/ios/QBImagePicker/QBImagePicker/QBAlbumsViewController.m @@ -281,6 +281,7 @@...

Tested and works perfectly. Fixes https://github.com/ivpusic/react-native-image-crop-picker/issues/1765 ## Steps to reproduce 1. Select images from library 2. Only give access to a limited photos set 3. Click the manage button in...