revoltchat / rvmob

React Native Revolt client. Community-led project.
https://rvlt.gg/rvmob
GNU Affero General Public License v3.0
115 stars 17 forks source link

feat: emoji markdown plugin #25

Closed account0123 closed 5 months ago

account0123 commented 1 year ago

Emoji tokens are created using colons (:) are markers. Then, the tokens are rendered as components without interfering with other tokens. Default emoji rendering could be still slow due to the fetch that the SvgUri component does, but it should not cause connection drops.

I also implemented large emojis that are rendered in absence of text tokens.

Please make sure to check the following tasks before opening and submitting a PR

Rexogamer commented 11 months ago

Conflicting