stream-chat-react-native
stream-chat-react-native copied to clipboard
Various markdown rendering issues
~Blockquotes are not respected~:
Table headers are hidden
for the input:
| # | Name | Age
|---|--------|-----|
| 1 | John | 19 |
| 2 | Sally | 18 |
| 3 | Stream | 20 |
~Inline links do not work as expected~
update: fixed
for the input:
You can also put some url as a link [like This](https://www.google.com) or write it as a plain text:
https://www.google.com <[email protected]>
~custom styling is not working as expected~
update: fixed in https://github.com/GetStream/stream-chat-react-native/pull/2008
Reported by a customer in zendesk: https://getstream.zendesk.com/agent/tickets/26580
Padding is not respected for inline code elements. I think this is a React Native issue with next Text fields, but I'm not 100% sure. The SDK is setting padding here, but it isn't being respected. This can be seen in the Chat Sample iOS as well.
The styling for listItemNumber and listItemBullet are not being respected. For example, trying to change the color of the list number or change it from 'bold' to 'normal' does not affect what is rendered.
Probably a copy of - https://github.com/GetStream/stream-chat-react-native/issues/1423
We can close either of them. @santhoshvai
Hey team! Please add your planning poker estimate with ZenHub @vishalnarkhede @santhoshvai @madsroskar
update: customized styling for ordered and the unordered list was fixed in https://github.com/GetStream/stream-chat-react-native/pull/2008
Current state for Inline links do not work as expected:
Same as React: