We are using the TypeScript SDK UIKitSocial. Our use case is as follows:
- Within our app users will be creating a program; upon creation we will initiate a community creation in Amity Social
- We will also add users using the Amity APIs to those community
Hence, we to do the following on the Social UI Kit: - Hide the explore option
- Hide the create community button
- Disable users to “Leave the community”
Also change the look and feel so it matches our theme
If documentation exists please point me to one as I was unable to find anything there.
Thanks.