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

**Problem:** Spellcheck in `MarkdownTextInput` does not work the same way as in React Native's built-in `TextInput`. Actual Expected https://github.com/user-attachments/assets/a0a718b8-cc44-4199-9fd3-8dbc80bec124

bug

ebb5f1ab65c4b66b4b7811dc97aab2021db164da + iOS https://github.com/tomekzaw/react-native-markdown-text-input/assets/20516055/49883fbb-75fd-4c0b-a7fa-faac034dc03b Sometimes for 1-2 animation frames the cursor is not visible because the vertical offset is not updated accordingly to the formatting:

bug

commit: a5241231275a22afb0dbe79f18c74c60174b1a13

bug

### Details This PR refactors the web implementation of the Live Markdown library. The main goals of it are: - enhancing algorithms and logic behind Markdown Input, to make the...

enhancement

### Details ### Related Issues $ https://github.com/Expensify/App/issues/46389 PROPOSAL: https://github.com/Expensify/App/issues/46389#issuecomment-2255658889 ### Manual Tests 1. Add `overflow` and `maxHeight` attribute in: https://github.com/Expensify/react-native-live-markdown/blob/main/example/src/App.tsx#L190-L196 2. Run example web app 3. Insert multiple-line text until...

I'm getting this error when running `pod install` and `RCT_NEW_ARCH_ENABLED=0 pod install`: ``` [!] Invalid `Podfile` file: [!] Invalid `RNLiveMarkdown.podspec` file: undefined method `add_dependency' for Pod:Module. # from $PROJECT_DIR/node_modules/@expensify/react-native-live-markdown/RNLiveMarkdown.podspec:26 #...

when switch to chinese input method, then I input, but the input method auto switch to english

bug

### Details This PR removes separate JS bundle with ExpensiMark logic and allows for customizing `MarkdownTextInput` formatting logic via `parser` property. Parser needs to be a function that accepts a...