问题标签 [vector-icons]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - 如何在一个文件中使用不同字体(不止一种)的 react-native-vector-icons?
如何在一个文件中使用 react-native-vector-icons 的 2 种或更多字体(例如 FontAwesome 和 Entypo)?
react-native - react-native-router-flux 选项卡如何更改所选选项卡的图标?
我正在使用 react-native-router-flux ^4.0.0-beta.21 和 react-native-vector-icons 中的导航选项卡。选择场景时如何更改图标或更改所选场景的图标颜色?
现在我已经定义了一个像下面这样的图标,但是我如何传递一个像焦点道具这样的东西呢?
android - 将矢量图标与应用程序捆绑以供离线访问
我使用来自 @expo/vector-icons 的 2 个带有 Ionicons 的图标作为 React Native 应用程序。
有没有办法将 2 个图标捆绑到应用程序中,这样用户就不需要互联网连接来渲染图标?
reactjs - 从“react-native-vector-icons/Ionicons”导入图标
我可以在同一屏幕上导入 react-native-vector-icons/font-awesome 和 react-native-vector-icons/Ionicons 吗?基本上我想在同一屏幕上同时使用 font-awesome 和 Ionicons 图标来获取不同的图标?
reactjs - react-native-elements:图标抛出 Invariant Violation 错误
我是本地人的新手,我遇到了一个我不知道如何解决的问题。我创建并启动了一个新项目,如下所示:
- create-react-native-app 项目名称
- cd 项目名称
- 纱线添加反应原生元素@beta
- npm 开始
package.json 看起来像这样:
然后我想插入一个带有这样图标的按钮:
不幸的是,我收到此错误消息:
有没有人提示我如何使图标工作?我已经尝试使用 'yarn add react-native-vector-icons' 添加矢量图标,尽管我确实有一个 create-react-native 项目,但这也不起作用。
谢谢!