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.
1 parent 28bbff0 commit 0214d5bCopy full SHA for 0214d5b
package.json
@@ -133,12 +133,11 @@
133
]
134
},
135
"codegenConfig": {
136
- "libraries": [
137
- {
138
- "name": "RNCGeolocationSpec",
139
- "type": "modules",
140
- "jsSrcsDir": "js"
141
- }
142
- ]
+ "name": "RNCGeolocationSpec",
+ "type": "modules",
+ "jsSrcsDir": "js",
+ "android": {
+ "javaPackageName": "com.reactnativecommunity.geolocation"
+ }
143
}
144
0 commit comments