Expensify/react-native-live-markdown

Formatting not applied on iOS 15.5

Closed this issue · 2 comments

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

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

Fixed in #404.