diff --git a/package.json b/package.json index b8908b6..9416ed1 100644 --- a/package.json +++ b/package.json @@ -133,12 +133,11 @@ ] }, "codegenConfig": { - "libraries": [ - { - "name": "RNCGeolocationSpec", - "type": "modules", - "jsSrcsDir": "js" - } - ] + "name": "RNCGeolocationSpec", + "type": "modules", + "jsSrcsDir": "js", + "android": { + "javaPackageName": "com.reactnativecommunity.geolocation" + } } }