/
ALEEYmooon
/
schedule
Обзор
Документация
Войти
/
ALEEYmooon
/
schedule
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
app.json
49 строк
1 KB
danilbutakov
Версия приложения: 1.4.5, версия кода: 35
29 авг 2024, 16:17
29 авг 2024, 16:17
012b427
Код
Авторство
О чём код?
{ "expo": { "name": "Schedulle", "slug": "Schedulle", "version": "1.4.5", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "automatic", "packagerOpts": { "config": "metro.config.js", "sourceExts": ["js", "jsx", "json", "wasm", "svg", "ts", "tsx"] }, "resolutions": { "react-native-svg": "13.0.5" }, "plugins": [ "@react-native-google-signin/google-signin", "@react-native-firebase/app", "@react-native-firebase/auth" ], "splash": { "image": "./assets/splash.png", "resizeMode": "contain", "backgroundColor": "#1E1E1F" }, "updates": { "fallbackToCacheTimeout": 0 }, "assetBundlePatterns": ["**/*"], "ios": { "supportsTablet": true, "bundleIdentifier": "com.thirdTeam.schedule" }, "android": { "versionCode": 35, "googleServicesFile": "./google-services.json", "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#1E1E1E" }, "package": "com.thirdTeam.schedule" }, "extra": { "eas": { "projectId": "aa8d8aea-1b23-44ef-b333-d100a57c8c5d" } } } }