Hello everyone, I am new to Adalo development and I am trying create a custom component to handle payment through a redirection flow.
I will show the payment page to the user in a Webview inside of a modal.
I tried something but whenever I try to add the component in the app, a message appear saying that an error occured, relaod and try again
APP STRUCTURE:
My main component:
The Webview component (IOS/ANDROID):
The Webview component (WEB):
I think that the error is linked to the react-native-webview library but I am not sure.
I don’t know how to debug this also
Please help me