We currently support some callbacks (like `onMessageReceived`) in the web widget -- need to add these to the RN version as well. (May need to leverage `window.ReactNativeWebView.postMessage(data);`)
We currently support some callbacks (like
onMessageReceived) in the web widget -- need to add these to the RN version as well.(May need to leverage
window.ReactNativeWebView.postMessage(data);)