oblador / react-native-vector-icons

Customizable Icons for React Native with support for image source and full styling.
https://oblador.github.io/react-native-vector-icons/
MIT License
17.31k stars 2.12k forks source link

https://oblador.github.io/react-native-vector-icons/ is down #1521

Closed vijaychouhan-rails closed 11 months ago

vijaychouhan-rails commented 11 months ago

Today I checked that your website. listing of all the icons is down

https://oblador.github.io/react-native-vector-icons/

danieltvaz commented 11 months ago

RangeError: Invalid code point NaN at Function.fromCodePoint (<anonymous>) at App.js:10:13

Seems to be something wrong in glyphymap
danieltvaz commented 11 months ago

I found the issue, I'll create a PR to fix the issue.

danieltvaz commented 11 months ago

PR open @oblador https://github.com/oblador/react-native-vector-icons/pull/1522

josmmv commented 11 months ago

When will the PR be merged?

caixingyue commented 11 months ago

I also found this problem. In addition, after I upgraded to 10.0.0, some icons failed, such as "ios-cafe", I had to change to "cafe" to display the icons normally. Is this part of the upgrade?

iamabdulhaseeb commented 11 months ago

Its still not working, we are heavily dependent on this package

danieltvaz commented 11 months ago

probally the name has been change by the icon library looking in the changes, material was updated, so, its possible that some icons has changed

caixingyue commented 11 months ago

Currently I can't check the latest icon library, so I can't confirm whether I should remove the "ios-", I hope to get a precise answer, I want to continue to use the original icon. Hasty replacement may have some size or style issues

danieltvaz commented 11 months ago

check directly on font family website

danieltvaz commented 11 months ago

http://web.archive.org/web/20230324180526/https://oblador.github.io/react-native-vector-icons/

caixingyue commented 11 months ago

check directly on font family website

Thank you very much for your help. I checked the website, and the "ios-" icon still exists, but when my program is running, it will prompt me that the icon does not exist. As I mentioned earlier, just remove the "ios-" works fine, so I don't think the site is up to date with icon resources. It does not appear in the 9.x version. This problem only occurred when I upgraded to the 10.0.0 version

danieltvaz commented 11 months ago

check directly on font family website

Thank you very much for your help. I checked the website, and the "ios-" icon still exists, but when my program is running, it will prompt me that the icon does not exist. As I mentioned earlier, just remove the "ios-" works fine, so I don't think the site is up to date with icon resources. It does not appear in the 9.x version. This problem only occurred when I upgraded to the 10.0.0 version

well, best choice so is not upgrade for now, until the map script has been fixed

caixingyue commented 11 months ago

check directly on font family website

Thank you very much for your help. I checked the website, and the "ios-" icon still exists, but when my program is running, it will prompt me that the icon does not exist. As I mentioned earlier, just remove the "ios-" works fine, so I don't think the site is up to date with icon resources. It does not appear in the 9.x version. This problem only occurred when I upgraded to the 10.0.0 version

well, best choice so is not upgrade for now, until the map script has been fixed

You are right, there is no other way at the moment

crosskpixel commented 11 months ago

@danieltvaz Nice !

danieltvaz commented 11 months ago

Guys, i'm work on a definitive solution, my PR is pending for some changes, I was little busy yesterday, today I'll work on it.

oblador commented 11 months ago

It's back up now :-)