react-native-live-markdown icon indicating copy to clipboard operation
react-native-live-markdown copied to clipboard

Drop-in replacement for React Native's TextInput component with Markdown formatting.

Results 86 react-native-live-markdown issues
Sort by recently updated
recently updated
newest added

Refactor these lines: https://github.com/Expensify/react-native-live-markdown/blob/fb85ea4282d8fe331aca8bb805a183d631cd9331/src/MarkdownTextInput.web.tsx#L519-L532

enhancement

### Objective Fix scrolling into view markdown input on web, so it will show the whole component (including padding inside it) in every situation. ### Current state When focusing markdown...

bug

ExpensiMark seems to be ~10x slower on Hermes than on JSC.

enhancement

Thanks for the great library. It would be great if it came with a dedicated component for displaying pre-written markdown strings on the screen. (It would also be fantastic if...

enhancement

It would be great if [checkboxes](https://www.markdownguide.org/extended-syntax/#task-lists) where supported. I guess there are two levels at which it could be supported: 1. Visualise it as checkboxes. 2. Make it them interactable....

enhancement

Is there a way to define the possible names which can get mentioned? Something like: ```tsx

enhancement

I have 2 questions: 1. Will images ever be rendered in the input, the way that they are with iMessage's inputs? 2. Regardless of the answer to 1, could we...

enhancement

### Details This PR fixes incorrect behavior of `MarkdownTextInput` component when entering diacritics using option+` mode and aligns the behaviour with RN's built-in `TextInput` component. Before After ### Related Issues...