March 2025 We Solved en ReactNative
We created a SSO web with Netcore
used WebView in ReactNative App
from JS in Netcore send a string or JsonString with
var mensajeString = JSON.stringify(mensaje); window.ReactNativeWebView.postMessage(mensajeString);
Regards