在iOS中,可以配置选择和编辑菜单.看起来像这样:
此外,API显示在此处:
https://developer.apple.com/library/ios/documentation/StringsTextFonts/Conceptual/TextAndWebiPhoneOS/AddingCustomEditMenuItems/AddingCustomEditMenuItems.html
在iOS上,通过UIMenuController实现自定义编辑菜单.
但是,如果我们查看react-native repo,则可以在 RCTTextView class中找到该类的唯一出现(直到今天).
原文链接:https://www.f2er.com/react/300840.html但是,如果我们查看react-native repo,则可以在 RCTTextView class中找到该类的唯一出现(直到今天).
如果你想将它用于其他组件,你必须使用bridge it yourself.