how to debug breakpoint react native code example
Example: run react native with debugger breakpoint
let jsCode = `docuement.doPopUp() {
document.querySelector('#myBody').style.backgroundColor = 'red';
alert('hello world from webview');
}`;