51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"expo": {
|
|
"name": "Pole Dance Championships",
|
|
"slug": "poledance-championships",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/icon.png",
|
|
"userInterfaceStyle": "light",
|
|
"newArchEnabled": false,
|
|
"splash": {
|
|
"image": "./assets/splash-icon.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#6C3FC5"
|
|
},
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"bundleIdentifier": "com.yourorg.poledance",
|
|
"infoPlist": {
|
|
"UIBackgroundModes": ["remote-notification"]
|
|
}
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/adaptive-icon.png",
|
|
"backgroundColor": "#6C3FC5"
|
|
},
|
|
"package": "com.yourorg.poledance",
|
|
"edgeToEdgeEnabled": true,
|
|
"predictiveBackGestureEnabled": false
|
|
},
|
|
"web": {
|
|
"favicon": "./assets/favicon.png"
|
|
},
|
|
"plugins": [
|
|
[
|
|
"expo-notifications",
|
|
{
|
|
"icon": "./assets/icon.png",
|
|
"color": "#6C3FC5",
|
|
"defaultChannel": "default"
|
|
}
|
|
]
|
|
],
|
|
"extra": {
|
|
"eas": {
|
|
"projectId": "YOUR_EAS_PROJECT_ID"
|
|
}
|
|
}
|
|
}
|
|
}
|