Hello,
I am currently using react native to build an app that communicates with frappe. In some cases I want to directly access frappe and display its contents. I use react-native-webview to do that with the token of the User who is logged into the app. But when the webview is displayed, frappe does not display any content.
Here is my code:
The result I got:
Does anyone know what happened and how to fix it?