mirror of
https://github.com/SrIzan10/helium.git
synced 2026-06-06 00:56:58 +00:00
20 lines
388 B
JSON
20 lines
388 B
JSON
{
|
|
"expo": {
|
|
"name": "Helium Native",
|
|
"slug": "helium-native",
|
|
"scheme": "heliumnative",
|
|
"version": "0.1.0",
|
|
"orientation": "portrait",
|
|
"userInterfaceStyle": "light",
|
|
"android": {
|
|
"package": "dev.srizan.helium.viewer"
|
|
},
|
|
"plugins": [
|
|
"expo-secure-store"
|
|
],
|
|
"ios": {
|
|
"bundleIdentifier": "dev.srizan.helium.viewer"
|
|
}
|
|
}
|
|
}
|