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