Expensify / react-native-live-markdown

Drop-in replacement for React Native's TextInput component with Markdown formatting.
https://www.npmjs.com/package/@expensify/react-native-live-markdown
MIT License
667 stars 44 forks source link

Formatting not applied on iOS 15.5 #400

Closed tomekzaw closed 1 day ago

tomekzaw commented 6 days ago

a1d37e1 + iOS 15.5 + Paper

iOS 15.5 iOS 17.4
Screenshot 2024-06-26 at 13 41 13 Screenshot 2024-06-26 at 13 42 07
tomekzaw commented 6 days ago

The root cause of this issue is SyntaxError: Invalid regular expression: invalid group specifier name probably because of a lookbehind in RegExp used in ExpensiMark which is not supported by WebKit on iOS 15.5:

Screenshot 2024-06-26 at 14 12 51
tomekzaw commented 1 day ago

Fixed in #404.