import{SelectableText}from"@alentoma/react-native-selectable-text";// Use normally, it is a drop-in replacement for react-native/Text<SelectableTextmenuItems={["Foo","Bar"]}/*Called when the user taps in a item
Capture text selection and customize the action menu - react-native-selectable-text/LICENSE at master · devanhlt/react-native-selectable-text
import { SelectableText } from "@astrocoders/react-native-selectable-text"; // Use normally, it is a drop-in replacement for react-native/Text <SelectableText menuItems={["Foo", "Bar"]} /* Called when the user taps in a item of the selection menu: - eventType: (string) is the labe...
Addsexpo-selectable-textto the directory. ✅ Checklist
"*react-native*": Not Found Android: hermesEnabled: true newArchEnabled: false iOS: hermesEnabled: Not found newArchEnabled: false Stacktrace or Logs No logs captured .easy to repro and reproducer is provided Reproducer https://github.com/vbansal-bb/RNTextIssue ...
Description Text component rendered in FlatList is not selectable even if selectable={true} is specified. Another Issue for ListView #12342 Reproduction this.props.data should be an array like [{ key: 1, text: 'Some text' }] renderListIt...