#Filipe Miranda-react-coupon-button
1 messages · Page 1 of 1 (latest)
There isn't anything in the Stripe react-native library that would do this for you, but it shouldn't be too hard to put together using something like react-native-webview: https://stackoverflow.com/questions/70698106/perform-url-redirection-within-the-mobile-apps-react-native
Stack Overflow
I understand there is "Linking" function for react native to perform url redirection which will take the user to the phone's browser. Is there any way to open a URL like https://www.googl...
@odd spade
Yea! This is probably the path @hushed quarry and I are going to take. Just to confirm, I understand that there is NO possibility to customize a button in Stripe-react-native right? Thanks!