【问题标题】:React Native Paper Icons repositoryReact Native Paper Icons 存储库
【发布时间】:2020-11-21 22:40:43
【问题描述】:

我费了很大劲才弄清楚 React Native Paper 中用于 Icons 的存储库,使用 React Native Paper 设计 APP 变得非常容易,但弄清楚 Icon 名称有点困难。

【问题讨论】:

标签: react-native react-native-paper material-design-icons


【解决方案1】:

React Native Paper默认使用Material Community Icons,很难弄清楚图标名称,下面是cheatsheet的CDN URL,只需从Valla的任何图标名称中删除mdi-它有效!

https://cdn.materialdesignicons.com/5.4.55/

示例:- 在备忘单名称为 mdi-comment-outline,从该名称中删除 mdi- 就是这样!!

<List.Item
    title="First Item"
    description="Item description"
    left={props => <List.Icon {...props} icon="comment-outline" />}
  />

【讨论】:

    【解决方案2】:

    我使用这个网站:https://materialdesignicons.com/

    需要等待几秒钟,然后所有图标都会显示 快速搜索的好搜索栏

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2023-01-09
      • 1970-01-01
      • 2022-10-05
      • 1970-01-01
      • 2016-05-27
      • 1970-01-01
      • 1970-01-01
      • 2017-09-16
      相关资源
      最近更新 更多