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:
Maciej Stosio
2024-05-21 10:42:46 +02:00
committed by GitHub
parent d6027ace60
commit 170339977d
-1
View File
@@ -74,7 +74,6 @@ android {
if (!isNewArchitectureEnabled()) {
srcDirs += [
"src/paper/java",
"build/generated/source/codegen/java"
]
}
}