Files
helium/native-app/app.json
2026-02-13 23:17:58 +01:00

38 lines
965 B
JSON

{
"expo": {
"name": "Helium Native",
"slug": "helium-native",
"scheme": "heliumnative",
"version": "0.1.0",
"icon": "./assets/images/icon.png",
"orientation": "portrait",
"userInterfaceStyle": "automatic",
"android": {
"package": "dev.srizan.helium.viewer",
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#c026d3",
"monochromeImage": "./assets/images/adaptive-icon-monochrome.png"
}
},
"plugins": [
"expo-secure-store",
[
"expo-splash-screen",
{
"backgroundColor": "#fdfbff",
"image": "./assets/images/splash-icon.png",
"imageWidth": 220,
"dark": {
"backgroundColor": "#1e1b2e",
"image": "./assets/images/splash-icon-dark.png"
}
}
]
],
"ios": {
"bundleIdentifier": "dev.srizan.helium.viewer"
}
}
}