Ramiro

Results 19 comments of Ramiro

Yes, thank you, I was able to do that. Do I need the whole patches folder or just the analytics patch (I'm only interested in this particular change).

I have them all installed, but only care about changes in Analytics, I still need to apply them all right?

Is this not really necessary?

This is what worked for me: https://stackoverflow.com/questions/73234546/your-podfile-requires-that-the-plugin-cocoapods-patch-be-installed-after-xco ``` sudo gem uninstall cocoapods cocoapods-patch sudo brew uninstall cocoapods cocoapods-patch sudo brew install cocoapods cocoapods-patch ```

This solution helped me to fix crashes on Android with the new architecture. Can it be integrated in the next release?

Same error here! (also french) @badrey solution is working for me, @henninghall can we consider to integrate it to the next release? Thank you.

related to https://github.com/ivpusic/react-native-image-crop-picker/issues/2116

Facing the same issue, I think it happens when cropping is true. I can see the image is "compressed" to 200x200 even if I don't do any cropping. When cropping...