We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9f8e4d commit 3e5d02dCopy full SHA for 3e5d02d
1 file changed
android/build.gradle
@@ -39,7 +39,9 @@ def supportsNamespace() {
39
android {
40
if (supportsNamespace()) {
41
namespace "com.iterable.reactnative"
42
+ }
43
44
+ if (supportsNamespace()) {
45
sourceSets {
46
main {
47
manifest.srcFile "src/main/AndroidManifestNew.xml"
0 commit comments