I am currently working on an Expo project that requires me to implement a payment function. I intend to use Stripe (I am open to other types of payment modes as well) but at the moment, the stuffs I have found require me to eject my expo project to expokit. Are there any payment modes that i can implement in expo project without ejecting/detaching it? Please do help (:
1 Answers
0
votes
You can use https://github.com/expo/stripe-expo, without ejecting to expokit. As It Uses the Stripe HTTP API in Expo without the DOM, node, or native dependencies.