Customization - Compose UI #5609
yvan-botella
started this conversation in
General
Replies: 1 comment
-
Hi @yvan-botella, With some of the more recent releases of the Chat SDK (more specific - v6.11.0 and above), we released a new method that allows a more granular customisation for specific components - ChatComponentFactory. By overriding the appropriate method of the factory, you can customis only the specific components that you need, without the need to re-implement the high-level components. The factory provides options to customise the different Avatars, such as: Let me know if this will fit your requirements! Best regards, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, i've a question regarding customization
We are using getStream for few years, with the
client
onlyand we always been late on new version, having breaking, missed feature update
So we decide to use the
Compose UI
to make thing easier and always be up to dateBut we are struggling with customization, using the default implementation
The
Compose UI
seams nice to start from scratch, but not for customizing the default impl.Every time we tried, we have to duplication the default impl
There is lot couldn't be imported because
internal
for exemple
MessagesScreen
After searching some information
GIT
does not mention customization on the Compose UI, docDOC
doesGIT
-> https://github.com/GetStream/stream-chat-androidDOC
-> https://getstream.io/chat/docs/sdk/android/Is there mistake in the documentation ?
Planned on roadmap to easy customize ?
On the other hand seems like the XML offer more customization like:
.userAvatarRenderer
Beta Was this translation helpful? Give feedback.
All reactions