mirror of
https://github.com/SrIzan10/helium.git
synced 2026-06-06 00:56:58 +00:00
38 lines
965 B
JSON
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"
|
|
}
|
|
}
|
|
}
|