#poutine-reactnative-terminal
1 messages ยท Page 1 of 1 (latest)
What bridge is this exactly? The bridge between the RN React Javascript components and the native Stripe Android SDK(that is what you mean by โjavaโ in this context) that connects to the reader?
Yep, exactly ๐
Are you using a third-party? We don't have a RN bridge so we wouldn't know much about this unfortunately
Mmm... we did flesh out a package off of an existing repo, yeah. Does that mean that if customers use the JS SDK Stripe provides, that's in tandem usually with server handling most of the payment intent logic? (Creating, canceling, etc)
I'm not really sure I follow what you are saying now I'm sorry
Haha no it's fine, basically yes, we based our code off of a third-party
So I'm just wondering what users usually do if they use the Javascript SDK -- we handle a lot of CRUD from the app to Stripe directly (e.g. our app makes an API call to create payment intents w/ Stripe, rather than app calling our servers which would subsequently call Stripe)
Do customers who have react native apps usually just use the Javascript SDK?
I don't really know sorry, we don't really have much knowledge of RN + Terminal today, it's not a stack we have yet focused on for this
Okay, appreciate it regardless, thanks ๐