React Native 文本选择(以不同颜色突出显示文本)HTML 视图和自定义菜单
帮助,我无法完成所需的功能:
- 突出显示文本(选择文本并以颜色突出显示)。
- 在所选文本中做笔记。
我已经尝试了几乎所有可用的库(https://www .npmjs.com/package/@astrocoders/react-native-selectable-text 和 https://www.npmjs.com/package/ react-native-cn-quill/v/0.7.6 等),但没有成功。理想情况下,我想雇用某人来实现所需的功能。
我已附上屏幕截图以了解其功能。 在此处输入图片说明
Help, I am having trouble completing the required functionality:
- Highlight text (Select text and highlight in colors).
- Make notes in the selected text.
I already tried almost all of the libraries available (https://www.npmjs.com/package/@astrocoders/react-native-selectable-text and
https://www.npmjs.com/package/react-native-cn-quill/v/0.7.6 etc), but had no success. Ideally, I would like to hire someone to implement the required functionality.
I have attached a screenshot to understand the functionality.
enter image description here
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有点晚了,但也许这有帮助:
用过:
“@alentoma/react-native-selectable-text”
来创建这个:
https:// github.com/Domth13/React-Native-Highlight-Text
a little late but maybe this helps:
used:
"@alentoma/react-native-selectable-text"
to create this:
https://github.com/Domth13/React-Native-Highlight-Text