How to remove Stripe from Expo 30? iOS app keeps getting rejected.

We continue to find that your app contains support for Stripe.io payments. While this support may not currently be active in your app, it must be fully removed in order to be compliant with the App Store Review guidelines.

I tried removing this from Podfile and ran pod install:

# pod 'EXPaymentsStripe',
#   :path => "../node_modules/expo-payments-stripe/ios"

But they’re still detecting something.

Unfortunately, I haven’t been able to upgrade to the latest Expo yet.