Files
helium/native-app/app.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"
}
}
}