react-native – React Native中的Selection / Edit菜单

前端之家收集整理的这篇文章主要介绍了react-native – React Native中的Selection / Edit菜单前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
在iOS中,可以配置选择和编辑菜单.看起来像这样:

此外,API显示在此处:
https://developer.apple.com/library/ios/documentation/StringsTextFonts/Conceptual/TextAndWebiPhoneOS/AddingCustomEditMenuItems/AddingCustomEditMenuItems.html

那React Native有可能吗?我正在构建一个聊天应用程序,我们需要允许复制邮件自定义菜单项.

在iOS上,通过UIMenuController实现自定义编辑菜单.
但是,如果我们查看react-native repo,则可以在 RCTTextView class中找到该类的唯一出现(直到今天).

如果你想将它用于其他组件,你必须使用bridge it yourself.

Some 3rd party libraries exist.

原文链接:https://www.f2er.com/react/300840.html

猜你在找的React相关文章