Hi there, I attempt to implement Intent in React Native to call other application for process debit card and receive response from that application. The problem is that the other application mount over my application, but when the other application to process debit card and finish and that return response to my app, my app is restarted even when the other application is processing debit card. Is losing the conection to the Intent and my app can't receive the response from the other application. How I can to solve this?
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
Pretty cool to see you working on connecting different apps with React Native!