-
Notifications
You must be signed in to change notification settings - Fork 107
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
Unable to open on expo application #468
Comments
@alaksandarjesus We've had other people face this issue. This is because the application is running on expo mode whereas it needs to run on development mode for the native modules to be used.
This is what we've seen works before too. Here's the link to the reply quoted above. |
as far as I know there is only 1 build per day right for the free tier? we cant keep building and check if there are any issues occurred? or is there an another way to build where the apk is saved in the local system like every other framework? |
@szaid6 It's not a limitation set by the Razorpay package. These are the steps we need to follow to allow native modules. And there are no limitations on following the steps above multiple times. Creating an APK is a different process. The steps mentioned above are run locally and are run through the expo app. Prebuild helps set the android/iOS projects, and does not count in the build section. |
I am also having the same issue |
Anyone who is here with the same issue refer to this video. Note: |
I am trying to integrate Razor Checkout on my expo application and these are the steps i followed
https://razorpay.com/docs/payments/payment-gateway/react-native-integration/standard/build-integration-android/
npx expo install react-native-razorpay
npx expo prebuild
In my application
And I get below error log
package.json
The text was updated successfully, but these errors were encountered: