我在react-native中选择文本时遇到了一些问题:
示例:
<View>
<Text>test1</Text>
<Text>test2</Text>
</View>
用户应该有可能选择&#34; test1 tes&#34;并且app应该检测它并将选择更改为&#34; test1 test2&#34;?
如果它适用于android,它会很酷。
我发现只有https://github.com/facebook/react-native/commit/6cd712713b1673f13510bc127ac970648f9b5eb3,但它只在一个文本块中。
答案 0 :(得分:0)
目前我无法在React Native中找到一种方法。
但是,如果您可以使用富文本编辑器,请尝试以下操作:https://github.com/HoneyBook/react-native-richtext-editor