#andrewkvavlewhite-reactnative-subscription
1 messages · Page 1 of 1 (latest)
yes give me a moment
here is one from a subscription that was made:
pi_3KTJRbCIgu1yk3EV0Q0I5hLR
thanks, and you're sure that's the one you use?
So I create the subscription and it automatically generates a payment intent. That is just one of the many that I'm not able to complete on the client side. But yes, it shows up under the invoice of a subscription that was made
which version of react-native are you on?
we fixed a bug recently in stripe-ios and I think you're on a version just a tad too old
if you upgrade to the latest version of our react native library it should work
"@stripe/stripe-react-native": "0.2.2",
"react-native": "0.66.0",
You might be right, i think I had to downgrade tho because something wasn't working right with v0.2.3 with the <StripeProvider> that was required at top level of the app. People online said it would be fixed in the next version but it hasn't been yet so that's why I went down a version
but i just checked and it looks like 0.2.4 is out so I'll try that
keep me posted!
That fixed it! Thanks @pseudo heron