Tolgahan Özbek
Results
1
comments of
Tolgahan Özbek
For my case, I've added the related dependency to `build.gradle`. For your code, it probably would be like: ``` tasks.configureEach { if (name == 'generateReleaseLintVitalReportModel') { dependsOn('copyReactNativeVectorIconFonts') } } ```...