MCPcopy Create free account
hub / github.com/CommE2E/comm / postMessageToNativeWebView

Function postMessageToNativeWebView

landing/siwe.react.js:38–40  ·  view source on GitHub ↗
(message: SIWEWebViewMessage)

Source from the content-addressed store, hash-verified

36} from './walletconnect-hooks.js';
37
38function postMessageToNativeWebView(message: SIWEWebViewMessage) {
39 window.ReactNativeWebView?.postMessage?.(JSON.stringify(message));
40}
41
42const wagmiConfig = getWagmiConfig([
43 'rainbow',

Callers 2

signInWithEthereumFunction · 0.70
SIWEFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected