答案 0 :(得分:0)
查看此软件包是否可以帮助您
https://github.com/Astrocoders/react-native-selectable-text
<SelectableText
menuItems={["Bold", "Copy", "Italic"]}
/*
Called when the user taps in a item of the selection menu:
- eventType: (string) is the label
- content: (string) the selected text portion
- selectionStart: (int) is the start position of the selected text
- selectionEnd: (int) is the end position of the selected text
*/
onSelection={({ eventType, content, selectionStart, selectionEnd }) => {}}
value="I crave star damage"
/>