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

Function BookBanner

components/BookBanner.tsx:30–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28)
29
30export default function BookBanner() {
31 return (
32 <Promotion
33 title="Want to learn React Native in-depth?"
34 url={BOOK_URL}
35 buttonTitle="Check it out!"
36 image={<BookImage />}
37 >
38 If you like React Native Express, you'll love my new book,{' '}
39 <Anchor href={BOOK_URL}>
40 Fullstack React Native: The complete guide to React Native
41 </Anchor>
42 ! Throughout the book, we'll build 7 full apps, covering complex topics
43 like navigation, gestures, and native modules. We don't assume any
44 knowledge of React or newer JavaScript language features, so you can dive
45 right in regardless of your experience level. The book comes in{' '}
46 <InlineCode>PDF</InlineCode>, <InlineCode>EPUB</InlineCode> and{' '}
47 <InlineCode>MOBI</InlineCode> formats.
48 </Promotion>
49 )
50}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected