Community Feed
This component shows a community feed of a specific community.
Features
Usage
let viewController = AmityCommunityProfilePageViewController
.make(withCommunityId: "<community-id>")
Create a Fragment
AmityCommunityFeedFragment
.newInstance(community or communityId)
.build(activity)