-
Notifications
You must be signed in to change notification settings - Fork 85
Unable to get emojis to show up #698
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @ericpoulinnz, thanks for opening this issue. The feature you have described is not within the scope of this library. In order to achieve this effect, you need to manually find the emojis and update |
Thanks for the quick response @tomekzaw. Though a bit confusing giving the gif used as the main image shows an emoji being entered / rendered, and then 'emoji' is listed as a supported type lower down. Is there a better place I should be looking at than the main README for the scope of this library? |
@ericpoulinnz Yeah I understand this can be a bit confusing. Emoji is listed there because you can customize |
Thank you @tomekzaw, that's really helpful! Is there a good example of overriding the parser logic? Ideally I want to maintain the majority of |
@ericpoulinnz The best example of customizing the parser logic is in the README here. Basically, you need to pass a worklet that returns an array of |
@tomekzaw maybe I'm just being thick, but I saw that example and was unsure how I would splice that with Also is there a way to turn off specific types? e.g. I do not want |
@ericpoulinnz To be honest, customizing parsing logic is a bit out of the scope for this library. You can just filter out some |
Uh oh!
There was an error while loading. Please reload this page.
Typing an emoji string (e.g.
:heart:
) does not convert to an emoji.Is there any additional setup to get this working? All other markdown tags seem to work fine. I'm on version
0.1.287
The text was updated successfully, but these errors were encountered: