Tell us which versions you are using:
Open a photo gallery
Crashing with an error
ImagePicker.openPicker()

I've reinstalled it couple of times. Tried other solutions in the issue tracker when the library is crashing but nothing is working. I don't have any issues on iOS.
Gradle version is the one that comes with RN 0.59.2
classpath 'com.android.tools.build:gradle:3.3.1'
It is the same on real device and in the emulator so I don't think that's the issue.
also crash in iOS with Rn 0.59.2 , it seems caused by QBImage lib
Also crashes on Android with RN 0.57.8.
It should be installation issue. Maybe because I'm using react-native-navigation and my MainApplication extends NavigationApplication like that: public class MainApplication extends NavigationApplication? Someone using react-native-navigation here and has more experience with it?
facing the same issue. How can we add to android/ ios if we have the following file structure?

Hello,
We are using the same react-native version and the same react-native-image-crop-picker version without having any problem. Nevertheless I've been struggling to make it run without crash.
I've manually installed the lib and only used react-native link
For ios what solved our problems was to include frameworks in the embedded binaries (see screen below). Also add react-native-image-crop-picker in the header path

For android the problem was caused by maven, the provided screen seemed to fix the implementation.

Good luck !
Most helpful comment
Hello,
We are using the same react-native version and the same react-native-image-crop-picker version without having any problem. Nevertheless I've been struggling to make it run without crash.
I've manually installed the lib and only used
react-native linkFor ios what solved our problems was to include frameworks in the embedded binaries (see screen below). Also add react-native-image-crop-picker in the header path
For android the problem was caused by maven, the provided screen seemed to fix the implementation.
Good luck !