question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Render wrong vector icon when type is Feather

See original GitHub issue

Hi! Thanks for trying out NativeBase!

Take a look at these before heading towards creating an issue

Also DO fill out the below form to give us a better idea about your environment and help us debug it quicker. Issues without the required details will mostly be closed.

node, npm, react-native, react and native-base version

React Native Environment Info: System: OS: macOS High Sierra 10.13.4 CPU: x64 Intel® Core™ i5-5257U CPU @ 2.70GHz Memory: 29.41 MB / 8.00 GB Shell: 5.3 - /bin/zsh Binaries: Node: 9.11.1 - ~/.nvm/versions/node/v9.11.1/bin/node Yarn: 1.7.0 - /usr/local/bin/yarn npm: 5.6.0 - ~/.nvm/versions/node/v9.11.1/bin/npm Watchman: 4.9.0 - /usr/local/bin/watchman SDKs: iOS SDK: Platforms: iOS 11.4, macOS 10.13, tvOS 11.4, watchOS 4.3 Android SDK: Build Tools: 23.0.1, 26.0.1, 26.0.2, 27.0.3 API Levels: 23, 26, 27 IDEs: Android Studio: 3.0 AI-171.4443003 Xcode: 9.4.1/9F2000 - /usr/bin/xcodebuild npmPackages: react: 16.4.1 => 16.4.1 react-native: 0.56.0 => 0.56.0

Expected behaviour

<Icon style={style} type="Feather" name="user" /> => Supposed to render user icon

Actual behaviour

Render another vector icon (see screenshot below) even render the wrong icon when set name attribute to “user-plus”, "user-check, or "users’

Steps to reproduce should include code snippet and screenshot

<Icon style={style} type="Feather" name="user-plus" /> 2018-07-19 10 20 03

Is the bug present in both iOS and Android or in any one of them?

I only try iOS

Any other additional info which would help us debug the issue quicker.

Before I upgrade react-natve & native-base to the latest version, it works fine. But now, when Icon’s type set to “Feather”, always render the wrong vector icon

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
fabmontcommented, Feb 6, 2019

I fixed this problem by downgrading from 2.11.0 to 2.7.2 as @SupriyaKalghatgi mentioned.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Feather "at-sign" rendering wrong · Issue #1359 - GitHub
Description. Feather icon at-sign are rendering wrong on all platforms: image. The icon is rendering wrong even on website:
Read more >
react native vector icons won't show in android device
Open android/app/build.gradle and add the following: apply from: "../../node_modules/react-native-vector-icons/fonts.gradle".
Read more >
Example to Use React Native Vector Icons
Example contains how to integrate and use Vector Icons in React Native application. ... Prop “name” will render the icon in Android and...
Read more >
react-native-vector-icons/Feather use example Code Example
1-npm install --save react-native-vector-icons 2-Edit android/app/build.gradle : (add below code) apply ... Add types for react-native-vector-icons with npm.
Read more >
Use masks to hide layers in Photoshop - Adobe Support
Use the Properties panel to adjust the opacity of a selected layer or vector mask. The Density slider controls mask opacity. Feather lets...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found