-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
- Review the documentation: https://github.com/oblador/react-native-vector-icons
- Search for existing issues (including closed issues): https://github.com/oblador/react-native-vector-icons/issues
Environment
Android
Description
I am moving my app to a monorepo to enable code sharing in multiple apps. After the refactoring, the icons are no longer resolved on Android. The icons are resolved correctly on iOS. I have updated the android/app/build.gradle to point to the right gradle file for the fonts as below
apply from: "../../../../node_modules/react-native-vector-icons/fonts.gradle"
I think the issue is that it is not able to find the fonts file and require some tweaking with some configuration to point to the right font files for Android.
Metadata
Metadata
Assignees
Labels
No labels