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
670 stars 45 forks source link

Bump expensify-common version to support phone number mentions #339

Closed robertKozik closed 2 months ago

robertKozik commented 2 months ago

Details

In later versions parsing user mention with phone number lead to breaking the input/output consistency. Bumping expensify-common version fixes it.

Related Issues

$ https://github.com/Expensify/App/issues/40414

Manual Tests

unit test is added to cover this case: @+48123456789

Linked PRs