ERROR
I have problem using this lib, how to fix it ?
Current version is 3.0.0-vnext.3
Btw I'm using RN 0.63.3 with react-native-v8

solved with replace import ImagePicker from 'react-native-image-picker' to import {launchImageLibrary} from 'react-native-image-picker'
This works for launchCamera too. Thanks.
@tamacroft Thanks saved me some precious time. I think this should be added to documentation too, since it is very vague.
Most helpful comment
solved with replace import ImagePicker from 'react-native-image-picker' to import {launchImageLibrary} from 'react-native-image-picker'