We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
android
field in
1 parent 96d6087 commit 81b6d07Copy full SHA for 81b6d07
templates/android.js
@@ -74,7 +74,7 @@ def configureReactNativePom(def pom) {
74
name packageJson.title
75
artifactId packageJson.name
76
version = packageJson.version
77
- group = packageJson.native.packageIdentifier
+ group = packageJson.android.packageIdentifier
78
description packageJson.description
79
url packageJson.repository.baseUrl
80
templates/general.js
@@ -68,7 +68,7 @@ ${name};
68
"license": "${license}",
69
"licenseFilename": "LICENSE",
70
"readmeFilename": "README.md",
71
- "native": {
+ "android": {
72
"packageIdentifier": "${packageIdentifier}"
73
},
"peerDependencies": ${peerDependencies},
0 commit comments