Which package are you using?
@react-native-vector-icons/*
What platform(s) does this occur on?
Android
Minimal reproducible example
No response
What happened?
Reason: Task ':app:parseDebugLocalResources' uses this output of task ':app:copyDebugReactNativeVectorIconFonts' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed.
Possible solutions:
1. Declare task ':app:copyDebugReactNativeVectorIconFonts' as an input of ':app:parseDebugLocalResources'.
2. Declare an explicit dependency on ':app:copyDebugReactNativeVectorIconFonts' from ':app:parseDebugLocalResources' using Task#dependsOn.
3. Declare an explicit dependency on ':app:copyDebugReactNativeVectorIconFonts' from ':app:parseDebugLocalResources' using Task#mustRunAfter.
Relevant log output
Your computer environment