$ brew update && brew cask install react-native-debugger
npx react-native log-ios
npx react-native log-android
React-Native Standalone Debugger:
https://github.com/jhen0409/react-native-debugger/releases
let jsCode = `docuement.doPopUp() {
document.querySelector('#myBody').style.backgroundColor = 'red';
alert('hello world from webview');
}`;