<aside> 📍 src/components/PostEntry.jsx
</aside>
Parameters:
ColorValue** wrapperColor: background color of article wrapperColorValue** postColor: background color of article blockAction:
Uses function createStyles from styles/base.js to create a styleSheet for the article wrapper and article.
Returns:
const styleSheet** this: styleSheet with objects article_wrapper and article_block
PostEntry without Image

PostEntry with co-authors

PostEntry with Image
Props:
Post](<https://www.notion.so/Post-js-1a3028260a1147888d98f089cf1653c8>)** postStyleSheet** styleGlobal Variables:
styles from src/styles/postEntry.jsLocal Variables:
Object** styleOverrides: abomination of styles, style, and getCustomStyle(post.wrapperColor, post.postColor).Purpose:
PostEntry is a component used to construct previews of an article. The component is composed of TouchableOpacity, which handles navigation, and contents of the article.
PostEntry presents the article image with styles styles.articleImage, article title with styles styles.title and parsed by removeHTMLTags from src/utils/parser, article excerpt defined by function formatExcerpt from src/utils/parser, and date & author of article using getCoAuthors from src/utils/parser.