Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React native Expo support #23

Open
crstnmac opened this issue Feb 23, 2023 · 6 comments
Open

React native Expo support #23

crstnmac opened this issue Feb 23, 2023 · 6 comments

Comments

@crstnmac
Copy link

Is there react-native expo support for this SDK?

@skks1212
Copy link

skks1212 commented Mar 4, 2023

@crstnmac no support for expo : (
I tried implementing it the whole way and in the end it says it's not supported.
Really need expo support for this.

@crstnmac
Copy link
Author

crstnmac commented Mar 4, 2023

Having expo support with typescript would be a game changer for most of the Indian react-native apps having payments

@hshah965
Copy link

hshah965 commented Mar 13, 2023

@skks1212 did you trying using expo development build by modifying ios plist using plugins? I tried with that and it worked fine upto a point. It is working perfectly on SANDBOX environment but getting "OH SNAP" error in PRODUCTION environment with any payment method.

Edit - Maybe it's crashing in Production due to app package whitelisting not done. Have sent it for approval, will update here on further development.

Edit 2 - Successfully ran the package on expo managed workflow after app package whitelisting approved. @crstnmac let me know if you need any help on the setup.

@skks1212
Copy link

@hshah965 My primary OS is Android. I implemented a workaround by using a web view and running the web javascript checkout library. Works like a charm, and you can easily setup a web app to handle the payments for you.
However I will not be able to use it because cashfree has disabled onboarding for new merchants : (

@hshah965
Copy link

@hshah965 My primary OS is Android. I implemented a workaround by using a web view and running the web javascript checkout library. Works like a charm, and you can easily setup a web app to handle the payments for you.
However I will not be able to use it because cashfree has disabled onboarding for new merchants : (

Ah that sucks. But if you get the opportunity and want to set it up with expo, it’s a pretty easy integration after using expo development builds and plugins to modify ios plist.

@gajraj-m
Copy link

@hshah965 My primary OS is Android. I implemented a workaround by using a web view and running the web javascript checkout library. Works like a charm, and you can easily setup a web app to handle the payments for you.
However I will not be able to use it because cashfree has disabled onboarding for new merchants : (

Ah that sucks. But if you get the opportunity and want to set it up with expo, it’s a pretty easy integration after using expo development builds and plugins to modify ios plist.

Can you please elaborate how to achieve that. Would be of great help. Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants