react-native-selectable-text icon indicating copy to clipboard operation
react-native-selectable-text copied to clipboard

Capture text selection and customize the action menu

Results 28 react-native-selectable-text issues
Sort by recently updated
recently updated
newest added

**Prerequisites** iOS 11.4 react-native 0.64 react-native-selectable-text 1.5.1 **What happens** App uses `react-native-navigation` and displays `SelectableText` in `Overlay`. `SelectableText` has one action — `Copy`. Action handler copies selected text to clipboard...

Hi, there seems to be a delay in highlighting the non-English languages like Chinese, Korean, and Japanese. The element is not immediately re-rendered unlike English texts. **Reproducible code** ``` const...

Hi there! This is a great library, although I'm having some trouble with nested, styled components inside a SelectableText. I'm doing the following: ``` ``` where textElements is an array...

I have the following code: ` { console.log(props) alert(props.eventType + ": " + props.content) }} style={{margin: 20}} appendToChildren={ Hello alert('Hello World')} style={{fontWeight: 'bold'}}>World } /> ` and it outputs the...

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

This adds ability to style the highlighted text that is painted with the `highlightColor`. This is very useful when implementing dark mode where we want to switch the color of...

Hi, Nice work so far. This module has really saved me 😄 Is it possible to have a feature where you can specify the color per highlight? This will be...

Hi, thank you very much for this awesome package. Most use cases for highlighting require the context menu to show up again when user presses on the highlight, usually with...

Hello in advance I would like to thank you for this awesome module, but I'm facing an issue that I want to style the highlighted text with linear gradient color...

Fixes #61 Used https://github.com/react-native-community/async-storage/blob/master/android/build.gradle for inspiration. This is a quick fix and I'm not familiar with this project so please double check that everything is ok. I have verified that...