IOS - supportedGateways is an empty array after linked with addons
Hello Devs,
Xcode: Version 9.4.1 (9F2000)
- installed react-native-payments-addon-stripe
- installed react-native-payments-cli
- run
carthage updatein /node_modules/react-native-payments-addon-stripe/, for download the Stripe.framework - run
yarn react-native-payments-cli -- link stripe
turns out "stripe" is not a supported gateway.

May I know if there is any other way that I can install manually, or solution to fix this? Thanks in advance
For me it is working.. I think that you need to do the step 3 at the end. So in my just do the procedure again but this time do the carthage update as the final step.
I have the same issue. I tried your suggestion too @saeedtkh but it doesnt work tho.
I can see lots of react-native-payments in my app native code but somehow the array is still empty. I hardcoded supportedGateways to ['stripe'] but the payment can never get successful. I updated valid merchantID already...
Wondering if any other engineers face the same issue currently...
@markledev how did you add the library to your project for iOS? I did yarn add react-native-payments and react-native link react-native-payments but everytime I try to access any method from the library, the app crashes
I have the same issue...
Is there any solution available about that?
I tried with React Native 0.59 and 0.61 but no success. (via ExpoKit)