react-native-selectable-text
react-native-selectable-text copied to clipboard
Capture text selection and customize the action menu
Sorry for the basic question. When the text is selected and a menu option is selected, should the text be highlighted in the colour of the highlightColour prop? If so,...
I'm unable to get this library working on my iOS device. There are no errors until I navigate to the page with the `SelectableText`. Error Text: ``` ERROR Invariant Violation:...
I am getting this error after following this package in iOS. I have tried both manual installations in iOS and still I am getting this error. Although it is working...
onHighlightPress property is not working on IOS OS 16+ ``` "react": "17.0.2", "react-native": "0.67.2", "@alentoma/react-native-selectable-text": "1.6.0", ``` **below mentioned code always return 0 for clickedRangeStart & clickedRangeEnd.** ``` -(void) handleSingleTap:...
is there any way to do that in current version or if not How can I proceed to add this feature ?
Hello there, thanks for this great library, it would be really good to be able to add icons to menu items. also please add an option to not override default...
Hi, There seems to be an issue when building on iOS where I keep getting the issue seen in the image below. I have tried all methods of installation including...
When the lib is added to the project and for example, this import `import { SelectableText } from '@alentoma/react-native-selectable-text'` is added to any typescript file, it generates this errors if...
While running the android app. I get this
Hello, I am trying to use this package to select and copy text. It selects the text just perfect, but I couldn't figure out how to copy the text. I...