Customization - Compose UI #5609
yvan-botella
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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