Skip to content

Commit

Permalink
build: update legacy codegen config (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRefactor authored Jul 10, 2024
1 parent 28bbff0 commit 0214d5b
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,11 @@
]
},
"codegenConfig": {
"libraries": [
{
"name": "RNCGeolocationSpec",
"type": "modules",
"jsSrcsDir": "js"
}
]
"name": "RNCGeolocationSpec",
"type": "modules",
"jsSrcsDir": "js",
"android": {
"javaPackageName": "com.reactnativecommunity.geolocation"
}
}
}

0 comments on commit 0214d5b

Please sign in to comment.