MCPcopy Index your code
hub / github.com/react-native-webview/react-native-webview / WebView.macos.tsx

File WebView.macos.tsx

src/WebView.macos.tsx:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import React, { forwardRef, useCallback, useImperativeHandle, useRef } from 'react';
2import { Image, View, ImageSourcePropType, HostComponent } from 'react-native';
3import invariant from 'invariant';
4import RNCWebView, { Commands, NativeProps } from './RNCWebViewNativeComponent';

Callers

nothing calls this directly

Calls 11

useWebViewLogicFunction · 0.90
goForwardMethod · 0.80
goBackMethod · 0.80
reloadMethod · 0.80
stopLoadingMethod · 0.80
injectJavaScriptMethod · 0.80
requestFocusMethod · 0.80
useWarnIfChangesFunction · 0.70
resolveAssetSourceFunction · 0.70
postMessageMethod · 0.45

Tested by

no test coverage detected