From 0214d5b0d773f98a30100193fe2bacc114c4997b Mon Sep 17 00:00:00 2001 From: Jakub Sys <32591413+MrRefactor@users.noreply.github.com> Date: Wed, 10 Jul 2024 21:55:40 +0200 Subject: [PATCH] build: update legacy codegen config (#319) --- package.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) 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" + } } }