#vishal3004 - app wallets
1 messages · Page 1 of 1 (latest)
Did you make any changes/upgrades? The most likely cause for this is not having cards set up properly in the respective wallets.
We are able to see it in the browser, but for native apps it suddenly stopped showing up
That means the wallet is setup correctly
On the same device?
Yes
Ok, and did you make any changes to your dependencies or code, release an update etc?
updated a new release but no changes in libraries or the code
vishal3004 - app wallets
Is this happening in test mode for that new version too, or have you only checked production?
It sounds like something changed between your versions, or possible the platforms are treating them differently.
If you use your previous version and the wallets work in prod & test, I'd revisit what changed between releases.
we reverted to the older version of the app and its still not showing up that means something is wrong from either stripe or the react native stripe library
Hi @thorny path I finally found the issue, previously the ApplePayButton and GoogelPayButton from stripe react native library was working perfectly but between today and yesterday something caused these buttons to be failing. I replaced these buttons from stripe react native with custom built buttons and it's working fine now. It would be worth looking for what went wrong with these in the actual library.
OK great thanks for sharing -- I haven't heard any more about issues with this specifically. If you can share any specific errors that were raised then I suggest filing an issue on the project github: https://github.com/stripe/stripe-react-native
There haven't been any releases in the last week, though