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.