40 lines
943 B
JSON
40 lines
943 B
JSON
{
|
|
"expo": {
|
|
"name": "Luggage List",
|
|
"slug": "luggage-list",
|
|
"version": "1.0.0",
|
|
"orientation": "default",
|
|
"icon": "./assets/icon.png",
|
|
"userInterfaceStyle": "automatic",
|
|
"splash": {
|
|
"image": "./assets/splash-icon.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#f5f5f7"
|
|
},
|
|
"ios": {
|
|
"bundleIdentifier": "dev.reversed.luggagelist",
|
|
"supportsTablet": true,
|
|
"requireFullScreen": false
|
|
},
|
|
"android": {
|
|
"package": "dev.reversed.luggagelist",
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/icon.png",
|
|
"backgroundColor": "#f5f5f7"
|
|
}
|
|
},
|
|
"web": {
|
|
"favicon": "./assets/icon.png",
|
|
"name": "Luggage List",
|
|
"themeColor": "#f5f5f7",
|
|
"backgroundColor": "#f5f5f7"
|
|
},
|
|
"owner": "spacebanane",
|
|
"extra": {
|
|
"eas": {
|
|
"projectId": "1275f90e-33c6-4af1-942e-ca29a309f8c8"
|
|
}
|
|
}
|
|
}
|
|
}
|