Skip to content

Commit 0214d5b

Browse files
authored
build: update legacy codegen config (#319)
1 parent 28bbff0 commit 0214d5b

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,11 @@
133133
]
134134
},
135135
"codegenConfig": {
136-
"libraries": [
137-
{
138-
"name": "RNCGeolocationSpec",
139-
"type": "modules",
140-
"jsSrcsDir": "js"
141-
}
142-
]
136+
"name": "RNCGeolocationSpec",
137+
"type": "modules",
138+
"jsSrcsDir": "js",
139+
"android": {
140+
"javaPackageName": "com.reactnativecommunity.geolocation"
141+
}
143142
}
144143
}

0 commit comments

Comments
 (0)