react-native-vector-icons icon indicating copy to clipboard operation
react-native-vector-icons copied to clipboard

Some of the Material Community Icons don't render properly

Open philipyun opened this issue 7 years ago • 14 comments

  • [ x ] Review the documentation: https://github.com/oblador/react-native-vector-icons
  • [ x ] Search for existing issues (including closed issues): https://github.com/oblador/react-native-vector-icons/issues

Environment

iOS 8+ and Android 6+ react-native-vector-icons v6.4.2 XCode version 10.2 Android Studio version 3.3.2 node v10.15.3 yarn 1.15.2

Description

some of the material community icons do not work.

I have used "emoticon-wink" "emoticon-nuetral" and "emoticon-poop" icons. Some of them work as expected, and the others result in arabic letters.

Example screenshot with the above usage.

image

philipyun avatar Apr 16 '19 20:04 philipyun

Im seeing other related issues here, on a second look. #984 #989 #961

Haven't tested personally yet, but seeing that downgrading to 6.3.0 fixes these issues. A Downgrade should never be an option in a minor change revision in semver

philipyun avatar Apr 16 '19 20:04 philipyun

Hi! I tried version 6.3.0 but continued with the same problem, showing wrong icons. 6.2.0 works!

diegoeduardorios avatar Apr 18 '19 13:04 diegoeduardorios

Seems like that there is no version that really works 100%.

philipyun avatar Apr 19 '19 00:04 philipyun

Outlined icons from MaterialCommunityIcons work on Android but not on iOS, e.g: camera-outline works on Android but only camera works on iOS.

fernandofranca avatar Apr 24 '19 17:04 fernandofranca

@fernandofranca thanks, but i was not using *-outline icons. I was using the emoticon icons which are not denoted as such. As so, the documentation should still mention which icons are supported on which platforms. Considering they're all just bundled as fonts they should just work on both platforms without question.

Also suspect, I ended up downgrading to 4.6.0 and everything works as intended.

philipyun avatar Apr 24 '19 17:04 philipyun

Is there any progress here, there's an icon we really want to use but can't because of this error?

drwasho avatar May 12 '19 21:05 drwasho

Confirmed that this is still broken in 6.5.0. @oblador could you take a look at this? Seems like a pretty serious issue.

mars-lan avatar Jun 07 '19 04:06 mars-lan

Same here with shield-check-outline version 6.5.0 and iOS 12.3.1.

douglasjunior avatar Jun 09 '19 21:06 douglasjunior

Still an issue @oblador

drwasho avatar Jun 12 '19 01:06 drwasho

@douglasjunior & @drwasho try using head before @oblador releases a new version.

mars-lan avatar Jun 17 '19 06:06 mars-lan

Same problem with pencil-outline

RichardLindhout avatar Aug 08 '19 17:08 RichardLindhout

Fixed after adding

apply plugin: "com.android.application"
project.ext.vectoricons = [
    iconFontNames: [ 'MaterialCommunityIcons.ttf' ] // Name of the font files you want to copy
]

in my app/build.gradle

RichardLindhout avatar Aug 08 '19 17:08 RichardLindhout

I'm having the same problem with icons briefcase-check-outline and briefcase-clock-outline in iOS Simulator iPhone 11 (13.5) and vector icons' version: 6.6.0

danielaRiesgo avatar Aug 23 '20 23:08 danielaRiesgo

Still the same issue.

iamranjanbatra avatar Jun 23 '22 17:06 iamranjanbatra

Should all exist in next release #1565

johnf avatar Oct 28 '23 21:10 johnf