Q:

react native debugger

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

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

New to Communities?

Join the community