'React Native 'autolinks' module that I removed

I have react-native-sharing-winstagram in my React Native project. I tried to remove all references to it in the project: I removed it from 'package.json', did yarn install and cd ios && pod deintegrate. I searched through the project and didn't find any remaining references to the package. I did pod install and it said:

Auto-linking React Native modules for target <main target>: BVLinearGradient, RNFirebase, RNReactNativeSharingWinstagram, ...

RNReactNativeSharingWinstagram is causing problems, and I can't figure out how to totally remove it. What can I do besides remove it from package.json?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source