DEV Community

Luis Reyes
Luis Reyes

Posted on

Intent modules in React Native

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?

Top comments (1)

Collapse
 
nevodavid profile image
Nevo David

Pretty cool to see you working on connecting different apps with React Native!