
Iphone 14 Pro Max, 2023.08.14
A scene to describe a page to display articles. The displayed material includes but is not limited to text, images, videos, interactive web elements, etc.
Reference: https://meliorence.github.io/react-native-render-html/docs/guides/dom-tampering#example-altering-data
Parameters:
DOM Element** el: DOM element to be processed when called in RenderHTML through domVisitors.Action:
Parses tiled gallery items (checked with whether element has attribute 'tiled-gallery__col’.
Returns:
none.
**Post** post: Post to be displayed. Default is empty Object
**Array** relatedPosts: Posts that are related to post. Default is empty array
**bool** loading: Indicator for whether it is currently loading or not. Default is true
**string** imageCaption: Image Caption. Default is empty string
**bool** customRender: Indicator for whether it needs custom rendering based on whether the post includes tag SPECIAL_MOBILE. Default is false.