razorpay / react-native-razorpay

React Native wrapper for Razorpay's mobile SDKs
https://www.npmjs.com/package/react-native-razorpay
MIT License
121 stars 107 forks source link

App Started crash on Razor pay activity #473

Open puneetkansal04 opened 4 months ago

puneetkansal04 commented 4 months ago

Getting crash on release build on opening razor pay activity

Fatal Exception: java.lang.IllegalStateException You must either set a text or a view com.android.internal.util.Preconditions.checkState (Preconditions.java:215) android.widget.Toast.show (Toast.java:318) com.facebook.react.modules.toast.ToastModule$1.run (ToastModule.java:60) android.os.Handler.handleCallback (Handler.java:958)

crash log errors

vivekshindhe commented 4 months ago

@puneetkansal04 Can you please share the entire crash log? while this states a fatal exception, we need the other details as well. Also, can you please confirm if you've added proguard rules to the release build?