簡體   English   中英

如何在React Native中的TextInput上更改字體系列

[英]How to change font family on TextInput in React Native

所有,

我們正在構建一個以本機反應的聊天應用程序。在文本輸入中,我們希望像WhatsApp一樣實現文本更改。 如何使用React Native實現

在此處輸入圖片說明

查看此軟件包是否可以幫助您

https://github.com/Astrocoders/react-native-selectable-text

查看此軟件包是否可以幫助您

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"
/>

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM