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.

Lots of ios-*-outline icons are removed on newest React Native Vector Icons

See original GitHub issue

I have gone through these following points

Issue Description

node, npm, react-native, react and native-base version, expo version if used

  React Native Environment Info:
    System:
      OS: macOS 10.14
      CPU: x64 Intel(R) Core(TM) i5-7360U CPU @ 2.30GHz
      Memory: 296.78 MB / 16.00 GB
      Shell: 5.3 - /bin/zsh
    Binaries:
      Node: 10.11.0 - /usr/local/bin/node
      npm: 6.4.1 - /usr/local/bin/npm
      Watchman: 4.9.0 - /usr/local/bin/watchman
    SDKs:
      iOS SDK:
        Platforms: iOS 12.0, macOS 10.14, tvOS 12.0, watchOS 5.0
    IDEs:
      Android Studio: 3.2 AI-181.5540.7.32.5014246
      Xcode: 10.0/10A255 - /usr/bin/xcodebuild
    npmPackages:
      react: 16.5.0 => 16.5.0
      react-native: 0.57.1 => 0.57.1
    npmGlobalPackages:
      create-react-native-app: 1.0.0
      react-native-cli: 2.0.1

Expected behaviour

Showing correct icons.

Actual behaviour

Because lots of ios-*-outline icons are removed, it shows question mark now.

Steps to reproduce

  1. npm install native-base
  2. npm install react-native-vector-icons
  3. use home or calendar icon

image

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

Only iOS

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

When I was checking the latest doc of RN vector icons, it only contains these ios-*-outline icons:

image

Lots of icons here were removed.

So it’s better to update the json file and update RN vector icons to the latest version

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
kigawascommented, Oct 23, 2018

@SupriyaKalghatgi It seems that this file was not updated. The ios-*-outline icons should be reviewed, I think.

0reactions
SupriyaKalghatgicommented, Mar 28, 2019

@alainib This is not the appropriate place to point out about react native elements

Read more comments on GitHub >

github_iconTop Results From Across the Web

Problem with "react-native-vector-icons" in ... - Stack Overflow
Its a very common issue with the library that it doesnt honor the outline and other kinds of icons, it also happens with...
Read more >
react-native-vector-icons: Icons and fonts for React Native apps
Set up a React Native project with TypeScript, configure react-native-vector-icons, and link custom fonts with no native code.
Read more >
@expo/vector-icons - npm
This is a wrapper around react-native-vector-icons to make it compatible with Expo.. Latest version: 13.0.0, last published: 8 months ago.
Read more >
How to use react-icons to install Font Awesome in a React app
There are many different icon libraries out there – so how do you add them to your React app? We'll learn that, along...
Read more >
How to use React-Native-Vector-Icons to add custom icons to ...
First we have to create a custom icon set. Once the site is open, remove the current set (if there is one) and...
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