fix: change android package name (#2275)

# Summary

Fixes android packageName by changing it in codegen configuration from
`com.horcrux.rnsvg` to `com.horcrux.svg`

## Tests

Tested with oldest supported `react-native@0.70.0` with an old
architecture and everything is working as expected.
This commit is contained in:
Jakub Grzywacz
2024-05-15 14:53:09 +02:00
committed by GitHub
parent 118a20c0fd
commit 0db87030da
5 changed files with 42 additions and 21 deletions

View File

@@ -116,7 +116,7 @@
"type": "all",
"jsSrcsDir": "./src/fabric",
"android": {
"javaPackageName": "com.horcrux.rnsvg"
"javaPackageName": "com.horcrux.svg"
}
}
}