mirror of
https://github.com/SrIzan10/helium.git
synced 2026-06-06 00:56:58 +00:00
fix(native): avoid Java keyword in app package id
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user