MCPcopy Create free account
hub / github.com/dabbott/react-native-express / BookImage

Function BookImage

components/BookBanner.tsx:20–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18}))
19
20const BookImage = () => (
21 <Anchor href={BOOK_URL}>
22 <Image
23 src={bookImage2x}
24 srcSet={`${bookImage} 1x, ${bookImage2x} 2x`}
25 height={250}
26 />
27 </Anchor>
28)
29
30export default function BookBanner() {
31 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected