/
votchitsev
/
react-native-animations-tutorial
Обзор
Документация
Войти
/
votchitsev
/
react-native-animations-tutorial
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
app.json
28 строк
657 B
Dmitry
Initial commit
06 янв 2025, 18:45
06 янв 2025, 18:45
1881d45
Код
Авторство
О чём код?
{ "expo": { "name": "react-native-animations-tutorial", "slug": "react-native-animations-tutorial", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "light", "newArchEnabled": true, "splash": { "image": "./assets/splash-icon.png", "resizeMode": "contain", "backgroundColor": "#ffffff" }, "ios": { "supportsTablet": true }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#ffffff" } }, "web": { "favicon": "./assets/favicon.png" } } }