Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FontAwesome5 icon not working in latest react native version #1583

Open
mubashiralisiddiqui opened this issue Dec 22, 2023 · 7 comments
Open

Comments

@mubashiralisiddiqui
Copy link

FontAwesome5 Icons are not showing on Android
React-native version "react-native": "0.72.7",
vector-icon version "react-native-vector-icons": "^10.0.3",
I have also added the following in my android/app/build.grade

project.ext.vectoricons = [
    iconFontNames: [ 'Ionicons.ttf', 'FontAwesome.ttf','FontAwesome5.ttf' ] // Name of the font files you want to copy
]
apply from: file("../../node_modules/react-native-vector-icons/fonts.gradle")

other Icons are working fine but font awesome5 icon showing cross

@kabawat
Copy link

kabawat commented Jan 6, 2024

"react-native": "0.73.1",
"react-native-vector-icons": "^10.0.3",

it's not working

@danidaryaweesh
Copy link

I'm having the same issue on Android only, works fine on iOS.

"react-native": "0.73.1",
"react-native-vector-icons": "^10.0.3"

@browneandrae
Copy link

have this is with , icons not showing anywhere in app after updating other libraries
I'm having the same issue on Android only, works fine on iOS.

"react-native": "0.73.1",
"react-native-vector-icons": "^10.0.3"

@cvincentcoleman
Copy link

Having an issue where some Icons are working and some are not.

@browneandrae
Copy link

browneandrae commented Mar 10, 2024 via email

@danidaryaweesh
Copy link

have anyone found any solution to this issue ?

@browneandrae
Copy link

browneandrae commented Apr 4, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants