fix(native): avoid Java keyword in app package id

This commit is contained in:
2026-02-13 18:11:00 +01:00
parent 0d7116050c
commit c4f6fb87a1

View File

@@ -7,10 +7,13 @@
"orientation": "portrait",
"userInterfaceStyle": "light",
"android": {
"package": "dev.srizan.helium.native"
"package": "dev.srizan.helium.viewer"
},
"plugins": [
"expo-secure-store"
]
],
"ios": {
"bundleIdentifier": "dev.srizan.helium.viewer"
}
}
}