Expo Payment gateway with Razorpay

Hi,

I want to use Razorpay as a payment gateway. How to integrate with expo I’m using SDK 30.0.0. Please send the documentation for reference.

Thankyou

1 Like

Update

Since the expo team created EAS Build it is no longer necessary to eject. Although Razorpay will not work in the Expo Go app, you can create a development build to use instead of Expo Go. A development build is basically a custom version of Expo Go with all of your dependencies built-in.

Note: The information about Expo in the react-native-razorpay README is inaccurate. You should not have to run npx expo prebuild, which effectively switches you to the Bare workflow. You can just create a development, preview or production build using eas build.

For managed workflow apps, the build server will automatically run npx expo prebuild during the build process.

Old information below

Hi

As far as I know you can’t do this unless you eject.
If you’re using the managed workflow I suggest you vote on this feature request.

If you have ejected, then I believe the following is what you are looking for:

1 Like

Thankyou Wodin.

1 Like