-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Fix android font copying #1648
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
Fix android font copying #1648
Conversation
@oblador Can you also merge this and release but in a new version after the fontawesome fix |
def generateAssetsTask = tasks.findByName("generate${targetName}Assets") | ||
generateAssetsTask.dependsOn(fontCopyTask) | ||
} | ||
variant.preBuildProvider.configure { it.dependsOn(fontCopyTask) } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the difference between this and having the preBuild
task depend on it? When you tried this out, did you clear gradle cache in-between, because when I tried it didn't work properly.
In the meanwhile this change is merged, for any developer coming across this issue: |
The workaround is not working for me, I am getting this error;
|
Closing this as we should recommend folks move to the new version |
I'm on 10.2 and still have this issue |
I'm using react native 0.76.7 with react-native-vector-icons 10.2.0 and still have this issue |
Also encountered this issue when upgrading from RN 0.73.6 to 0.77.2 |
No description provided.