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

### Details This PR merges `packagingOptions` in build.gradle. ### Related Issues GH_LINK ### Manual Tests ### Linked PRs

When we type `@` and mention user mode is activated, this arg value (which is an array of data) is used as a source to come as a list above/below...

enhancement

I understand this might not be ideal but it would help with styling when using nativewind. Updated example of why this currently won't work: ``` // ❌ This component will...

enhancement

Currently, `MarkdownTextInput` component in example app has a `ref` of type `TextInput`. https://github.com/Expensify/react-native-live-markdown/blob/5638b54bb3f0b55c6636fa5ba22bbc02303c35bf/example/src/App.tsx#L34-L35 The objective is to change React ref type from `TextInput` to `MarkdownTextInput`. ```diff -React.useRef(null); +React.useRef(null); ```

bug

Thanks for this great lib. Since this lib parses and renders markdown already in TextInput, it should just provide Text component that renders it. Not only that but you have...

enhancement

Feature Request: Toolbar with shortcuts to add styling. While this can be implemented manually, A toolbar provided by the library would be handy Options: 1. Bold 2. Italics 3. Underline...

enhancement