Every time I run react-native run-android I get the following error:
error React Native CLI uses autolinking for native dependencies, but the following modules are linked manually:
- react-native-image-picker (to unlink run: "react-native unlink react-native-image-picker")
And then after I run the following command:
react-native unlink react-native-image-picker, I still get the same error.
I deleted node_modules and ran npm i and still am getting the same error.
Do you all have any suggestions?
I am on Windows 10