I'm currently developing a mobile application using React Native Expo. In order to avoid detaching I'm using the Stripe client-only checkout page in a WebView.
My question is how do I redirect a successful/cancelled payment back to a specific screen in my application from the WebView?