Images on News and Update API.js

This commit is contained in:
aeroreyna
2022-11-11 20:50:49 -05:00
parent 46435bc440
commit 193284e00d
2 changed files with 19 additions and 5 deletions

View File

@@ -74,6 +74,7 @@ let Post = (props) => {
<View>
<Chip icon="new-releases" style={{ width: 100 }} >News</Chip>
<Text style={{ fontSize: 18 }}>{cleanContent}</Text>
<Media content={post.content} />
</View>
}
</Hyperlink>