25 lines
533 B
JSON
25 lines
533 B
JSON
{
|
|
"expo": {
|
|
"name": "Tirage Classes",
|
|
"slug": "tirage-classes",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"userInterfaceStyle": "automatic",
|
|
"newArchEnabled": true,
|
|
"splash": {
|
|
"backgroundColor": "#2563eb"
|
|
},
|
|
"assetBundlePatterns": ["**/*"],
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"bundleIdentifier": "fr.lycee.tirageclasses"
|
|
},
|
|
"android": {
|
|
"package": "fr.lycee.tirageclasses",
|
|
"adaptiveIcon": {
|
|
"backgroundColor": "#2563eb"
|
|
}
|
|
}
|
|
}
|
|
}
|