You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anyone who is here with the same issue [refer to this video](https://www.youtube.com/watch?v=tTzNDrLvwTs&t=343s).
If you are using expo install the razorpay package then use npx expo install expo-dev-client ,if you havent installed dev client install it eas build --profile development --platform android to make a dev build and install it and follow razorpay documentation for expo
follow these steps and you will have it working.
Note:
You dont need to run prebuild as expo links them automatically.
Install the package and then run development build.
As of November 2024 latest expo sdk is 52 and it comes with new architecture and as of now razorpay doesn't not support the new architecture. Make sure to go with expo sdk 51 and React Native 0.74 for compatibility.
Good Luck
The text was updated successfully, but these errors were encountered:
sidhardh-joe
changed the title
Anyone who is here with the same issue [refer to this video](https://www.youtube.com/watch?v=tTzNDrLvwTs&t=343s).
Razorpay not working in React Native Expo SDK 51
Nov 22, 2024
If you are using expo install the razorpay package then use
npx expo install expo-dev-client
,if you havent installed dev client install iteas build --profile development --platform android
to make a dev build and install it and followrazorpay documentation for expo
follow these steps and you will have it working.
Note:
You dont need to run prebuild as expo links them automatically.
Install the package and then run development build.
As of November 2024 latest expo sdk is 52 and it comes with new architecture and as of now razorpay doesn't not support the new architecture. Make sure to go with expo sdk 51 and React Native 0.74 for compatibility.
Good Luck
Originally posted by @sidhardh-joe in #468 (comment)
The text was updated successfully, but these errors were encountered: