1React-Native Standalone Debugger:
2https://github.com/jhen0409/react-native-debugger/releases
1let jsCode = `docuement.doPopUp() {
2 document.querySelector('#myBody').style.backgroundColor = 'red';
3 alert('hello world from webview');
4 }`;
5