URLs with non-ASCII characters are rendered incorrectly
If an URL contains non-ASCII characters, the link will be truncated.
Notes from Annie
Ditto uses react-native-gifted-chat which in turn uses react-native-parsed-text for parsing urls.
Any props for the Gifted Chat component should go in CustomGiftedChat.js. Research should be done to figure out if react-native-parsed-text supports non-ascii, and if not, Gifted Chat allows you to add custom parsers.
Edited by Annie Elequin