/
Lenarqa
/
reactNativeTestApp
Обзор
Документация
Войти
/
Lenarqa
/
reactNativeTestApp
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
package.json
21 строка
458 B
Lenarqa
Initial commit
19 мар 2024, 17:30
19 мар 2024, 17:30
f4e13bd
Код
Авторство
О чём код?
{ "name": "testreactnativeapp", "version": "1.0.0", "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web" }, "dependencies": { "expo": "~50.0.13", "expo-status-bar": "~1.11.1", "react": "18.2.0", "react-native": "0.73.5" }, "devDependencies": { "@babel/core": "^7.20.0" }, "private": true }