mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-01 14:15:03 +00:00
fix: error when building paper after fabric (#2281)
# Summary We had similar config in react-native-screens. It caused problem when building Paper arch app after Fabric. Those changes help, so I'm moving them here as well.
This commit is contained in:
@@ -74,7 +74,6 @@ android {
|
||||
if (!isNewArchitectureEnabled()) {
|
||||
srcDirs += [
|
||||
"src/paper/java",
|
||||
"build/generated/source/codegen/java"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user