Does anyone have any experience using Spreedly within a react native app? I am currently working on using the Spreedly iframe integration within a WebView
, but I'm curious about other options. Using WebView.onMessage
in combination with window.postMessage
seems like it is going to work, but again, would love to hear about anyone else's experience. I'm not interested in sending any CC info over the wire, which is why I'm not looking for a solution using their API or Express SDK.
Asked
Active
Viewed 585 times
3

Gil Hamilton
- 11,973
- 28
- 51

mlg87
- 552
- 5
- 9
-
Have you gone this direction and found success? Curious! Thanks! – tman091 Jan 29 '20 at 00:05
-
@tman091 I end up implementing it via `WebView`, and it worked just fine. Styling the inputs was a bit of a pain because they are in an html file, but it's doable. Would be much nicer if they just supplied an SDK for it... – mlg87 Feb 06 '20 at 18:14