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?

Apr 16, 2025 - 01:01
 0
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?