react native debugger

JavaScript
            shadowColor: "#000",
            shadowOffset: {
              width: 0,
              height: 10,
            },
            shadowOpacity: 0.12,
            shadowRadius: 60,

React-Native Standalone Debugger:
https://github.com/jhen0409/react-native-debugger/releasesimport { WebView } from "react-native-webview";
<WebView
        source={{
          uri:
            "https://www.google.com"
        }}
/>$ brew update && brew cask install react-native-debugger
Source

Also in JavaScript: