mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-06 07:06:11 +00:00
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:
@@ -116,7 +116,7 @@
|
||||
"type": "all",
|
||||
"jsSrcsDir": "./src/fabric",
|
||||
"android": {
|
||||
"javaPackageName": "com.horcrux.rnsvg"
|
||||
"javaPackageName": "com.horcrux.svg"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user