'React Native: Reference to pod still present after running `yarn remove`

I'm trying to get a legacy React Native project running, and removed react-native-sharing-winstagram with yarn remove react-native-sharing-winstagram. I get the following error:

[!] The `RNReactNativeSharingWinstagram` pod failed to validate due to 1 error:
    - ERROR | attributes: Missing required attribute `homepage`.
    - WARN  | source: The version should be included in the Git tag.
    - WARN  | description: The description is equal to the summary.

I've seen other posts where people address similar error messages, but not when the package was supposed to have been removed. Is there something additional that I should do in order to remove reference to a pod?``



Sources

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

Source: Stack Overflow

Solution Source