Open 0xamogh opened 4 years ago
@lukebrandonfarrell @ChesterSim @viktorasl
Looks solid! Code reviewing it now!
Hey @viktorasl, thanks for the in-depth review :) I think @amogh-jrules or @ChesterSim will be able to address some of these issues.
I believe we did run into issues with Multidex
Apologies for the late response, the gitignore changes have been made, we were having some trouble installing it locally
how can I use this branch in my project? I did yarn add https://github.com/aspect-apps/react-native-stripe-payments
but when I ran the project I got an error saying: Error: There was an unexpected error -- try again in a few seconds.
switching to the master branch works as expected.
I really need some of the features from this branch, I even tried manually creating the native modules and using it like:
pod 'Stripe', '~> 19.0'
to the Podfile
StripePayment.m
and StripePayments.h
into /ios
and used it in my js code likeNativeModules.StripePayments.init('publishable_key')
...
NativeModules.StripePayments.confirmSetup('client_secret_from_backend', cardParams)
but got the same error 😕 . Cleaned build folder, reinstalled Pods, restarted the metro server and ran again, but same error. I must be missing something but not sure what.