react-native-live-markdown
react-native-live-markdown copied to clipboard
Support custom parsing logic (pass worklet as `parser` prop)
Details
This PR removes separate JS bundle with ExpensiMark logic and allows for customizing MarkdownTextInput
formatting logic via parser
property. Parser needs to be a function that accepts a plaintext string and returns an array of ranges.
Related Issues
https://github.com/Expensify/react-native-live-markdown/issues/317