React Native Image Crop Picker very slow

So I am integrating the option to upload an image to the server using react-native-image-crop-picker. Beside the ugliness of the crop picker it is very, very slow. When I take a picture it’s fine to the point where I click on okay. Then it loads for 5-20 seconds (depends heavily on the device I am using) and after that time the image is ready. If I now look at nearly every other app out there (also big players like Instagram, Snapchat, etc.) There Image Cropping Page is out of this world: Fast, Beautiful, Easy to use, etc.. Now I searched for alternatives but I didn’t find anything. Is it really that hard to use another cropping tool/library or even writing his own cropping component in RN?

I would be pleased if you can help me 🙂