()
| 28 | ) |
| 29 | |
| 30 | export 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected