()
| 44 | }) |
| 45 | |
| 46 | export default function CommunityResources() { |
| 47 | return ( |
| 48 | <Container> |
| 49 | <PageLayout> |
| 50 | <SectionContainer> |
| 51 | <Section> |
| 52 | <StyledHeading>Community Resources</StyledHeading> |
| 53 | <UnorderedList> |
| 54 | <ListItem> |
| 55 | <Anchor href={RN_NEWSLETTER_URL}> |
| 56 | React Native Newsletter |
| 57 | </Anchor> |
| 58 | </ListItem> |
| 59 | <ListItem> |
| 60 | <Anchor href={RN_RADIO_URL}>React Native Radio Podcast</Anchor> |
| 61 | </ListItem> |
| 62 | <ListItem> |
| 63 | <Anchor href={CHAIN_REACT_URL}>Chain React Conference</Anchor> |
| 64 | </ListItem> |
| 65 | </UnorderedList> |
| 66 | </Section> |
| 67 | <FlexSpacer size={20} /> |
| 68 | <Section> |
| 69 | <StyledHeading>Looking for more help?</StyledHeading> |
| 70 | <Paragraph> |
| 71 | <Anchor href={INFINITE_RED_URL}>Infinite Red</Anchor> sponsors |
| 72 | React Native Express and is the premier React Native agency. |
| 73 | They're also the team behind the React Native newsletter, podcast, |
| 74 | and conference listed here. Get in touch at{' '} |
| 75 | <Anchor href={INFINITE_RED_URL}>infinite.red/react-native</Anchor>{' '} |
| 76 | for a proposal on your next project! |
| 77 | </Paragraph> |
| 78 | </Section> |
| 79 | </SectionContainer> |
| 80 | </PageLayout> |
| 81 | </Container> |
| 82 | ) |
| 83 | } |
nothing calls this directly
no outgoing calls
no test coverage detected