I have created an app which captures photo and upload to aws s3. For this I have used react-native-fetch-blob. But it gives error . Therfore, I unistalled it and install rn-fetch-blob. After uninstalling also it gives the same error. How to resolve this?
I have followed the below steps to uninstall the react-native-fetch-blob module.
1) react-native unlink <Module Name>
2) npm unlink <Module Name>
3) npm uninstall --save <Module name>
It give below error ,