I am trying to use react native image picker in visual studio code.
Try steps to link image picker "npx react-native link react-native-image-picker" and its linking successfully but when I run my project I got below error :
Error: react-native-image-picker: NativeModule.ImagePickerManager is null. To fix this issue try these steps:
• Run `react-native link react-native-image-picker` in the project root.
• Rebuild and re-run the app.
This error occurs mainly in two reasons :
and there are some solution given in below link - https://github.com/react-native-image-picker/react-native-image-picker/issues/1137