Revize 6db14e1d
Přidáno uživatelem Michal Schwob před více než 1 rok
package.json | ||
---|---|---|
4 | 4 |
"main": "node_modules/expo/AppEntry.js", |
5 | 5 |
"scripts": { |
6 | 6 |
"start": "expo start", |
7 |
"android": "expo start --android",
|
|
8 |
"ios": "expo start --ios",
|
|
7 |
"android": "expo run:android",
|
|
8 |
"ios": "expo run:ios",
|
|
9 | 9 |
"web": "expo start --web" |
10 | 10 |
}, |
11 | 11 |
"dependencies": { |
... | ... | |
13 | 13 |
"@react-navigation/native": "^6.1.6", |
14 | 14 |
"@react-navigation/native-stack": "^6.9.14", |
15 | 15 |
"@reduxjs/toolkit": "^1.9.3", |
16 |
"axios": "^1.3.4",
|
|
16 |
"axios": "^1.5.1",
|
|
17 | 17 |
"expo": "^49.0.13", |
18 |
"expo-splash-screen": "~0.20.w5",
|
|
18 |
"expo-splash-screen": "^0.20.5",
|
|
19 | 19 |
"expo-status-bar": "~1.6.0", |
20 | 20 |
"native-base": "^3.4.28", |
21 | 21 |
"react": "18.2.0", |
... | ... | |
34 | 34 |
"react-redux": "^8.0.5", |
35 | 35 |
"redux": "^4.2.1", |
36 | 36 |
"redux-persist-transform-encrypt": "^5.0.0", |
37 |
"typescript": "^4.9.4" |
|
37 |
"typescript": "^5.2.2", |
|
38 |
"expo-build-properties": "~0.8.3" |
|
38 | 39 |
}, |
39 | 40 |
"devDependencies": { |
40 | 41 |
"@babel/core": "^7.20.0", |
Také k dispozici: Unified diff
FIX: resolving problem with accessing non HTTPS endpoint in .apk build
re #10822