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

Currently, Live Markdown comes with a JS parser/formatter that wraps ExpensiMark and converts Markdown message into a list of ranges (style, location, length). This code needs to be run on...

enhancement

@sobitneupane @BartoszGrajdek ### Details This PR avoid the incorrect behavior of the keyboard during auto-complete on Android mWeb. The main changes are: Add a condition, when the startComposition event trigger,...

### Details Adds support for displaying and customising code and pre blocks on web. ### Related Issues GH_LINK ### Manual Tests 1. Change regex for `codeFence` in ExpensiMark to /(```(?:\r\n|\n))((?:\s*?(?!(?:\r\n|\n)?```(?!`))[\S])+\s*?(?:\r\n|\n))(```)/g...

### Details Adds support for displaying and customising code and pre blocks on Android.

### Details Adds support for displaying and customising code and pre blocks on iOS.

### Description If you use `@expensify/react-native-live-markdown` with `native-stack` (and new arch enabled) then input is obscured by the keyboard even if `adjustResize` is specified for `softInputMode`. Actually I don't know...

bug

### Details We wanted to reduce number of regressions occurring after the contributions, so I've done a setup for playwright e2e tests for web. This PR includes: - constants restructuring...

Hey, while working on an [upgrade](https://github.com/Expensify/App/issues/37374) to react-native 0.74.0-rc.2 I have build errors related to use of deprecated Gradle features. Confirmed on fresh react native app with rn-0.74.0-rc.2 `Deprecated Gradle...

Reproducible on 7b19778504ff9989039a522a0dabc60d9c4168f9 + iOS + Paper

bug

### Details Work in progress ### Related Issues GH_LINK ### Manual Tests ### Linked PRs