MCPcopy Create free account
hub / github.com/callstack/react-native-paper / renderScreenhot

Function renderScreenhot

docs/src/components/ScreenshotTabs.tsx:24–26  ·  view source on GitHub ↗
(src: string)

Source from the content-addressed store, hash-verified

22 baseUrl,
23}) => {
24 const renderScreenhot = (src: string): ReactNode => (
25 <img src={`${baseUrl}${src}`} className={getClassName(src)} />
26 );
27
28 if (typeof screenshotData === 'string') {
29 return renderScreenhot(screenshotData);

Callers 1

ScreenshotTabsFunction · 0.85

Calls 1

getClassNameFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…