EVA Icon not working ,when using ICON from component
See original GitHub issue🐛 Bug Report
When using EVA icon pack, I have an error saying that the name of the icon was not registered in the pack EVA.
Here its good to not that i have react-native-svg installed also.
<Icon name="whatever"> #
Expected behavior
The Icons was supposed to be displayed.
UI Kitten and Eva version
Package | Version |
---|---|
@eva-design/eva | 4.3.2 |
@ui-kitten/components | 4.3.1 |
Environment information
Ubuntu 18.04 node js version 8.10 react 16.6
System: OS: Linux 4.15 Ubuntu 18.04.3 LTS (Bionic Beaver) CPU: x64 Intel® Core™ i5-4300U CPU @ 1.90GHz Binaries: Node: 8.10.0 - /usr/bin/node Yarn: 1.19.1 - /usr/local/bin/yarn npm: 6.13.1 - /usr/local/bin/npm SDKs: Android SDK: Build Tools: 27.0.3, 28.0.3, 29.0.2 API Levels: 23, 27, 28, 29 npmPackages: react: 16.6.0-alpha.8af6728 => 16.6.0-alpha.8af6728 react-native: ^0.58.6 => 0.58.6
Issue Analytics
- State:
- Created 4 years ago
- Comments:10
Top Results From Across the Web
UI Kitten - Icon - component overview - GitHub Pages
Icon component provides a simple way to render image by requesting it from an icon set. Icons come with additional packages, that should...
Read more >react-native-eva-icons | Yarn - Package Manager
Fast, reliable, and secure dependency management.
Read more >nebular with material-icon are not shown icons - Stack Overflow
The "star" icons are showed without problems, the "group" in the mat-icon is showed too, but the "group" inside nb-icon is shown as...
Read more >@easy-eva-icons/react - npm
Easy to use eva icons.. Latest version: 1.0.2, last published: a year ago. Start using @easy-eva-icons/react in your project by running `npm ...
Read more >@warungpintar/react-native-eva-icons - npm package | Snyk
The npm package @warungpintar/react-native-eva-icons was scanned for known vulnerabilities and missing license, and no issues were found. Thus ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@henoktsegaye I can’t say that you do something wrong based on your setup. Needs investigation
@henoktsegaye can you please provide related code where you’re using
ApplicationProvider
andIconRegistry
?