Post detail page

This page shows content of a post including reactions and comments.

Reply feature is coming soon.

Features

Feature

Description

Post content

User can view content of the post including reactions and comments.

Comment creation

User can create a comment by adding text to the compose bar and tapping Post

Usage

Create a Fragment

AmityPostDetailFragment
         .newInstance(postId)
         .build()

Last updated