Skip to content

Icons are not resolved on Android when the app is one of the packages in a monorepo #1281

@varungupta85

Description

@varungupta85

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions