Revize cc02a2aa
Přidáno uživatelem Michal Schwob před více než 1 rok
package.json | ||
---|---|---|
9 | 9 |
"web": "expo start --web" |
10 | 10 |
}, |
11 | 11 |
"dependencies": { |
12 |
"@react-native-community/viewpager": "^5.0.11", |
|
12 | 13 |
"@react-navigation/drawer": "^6.6.2", |
13 | 14 |
"@react-navigation/native": "^6.1.6", |
14 | 15 |
"@react-navigation/native-stack": "^6.9.14", |
15 | 16 |
"@reduxjs/toolkit": "^1.9.3", |
16 | 17 |
"axios": "^1.5.1", |
17 | 18 |
"expo": "^49.0.13", |
19 |
"expo-build-properties": "~0.8.3", |
|
18 | 20 |
"expo-splash-screen": "^0.20.5", |
19 | 21 |
"expo-status-bar": "~1.6.0", |
20 | 22 |
"native-base": "^3.4.28", |
... | ... | |
29 | 31 |
"react-native-safe-area-context": "4.6.3", |
30 | 32 |
"react-native-screens": "~3.22.0", |
31 | 33 |
"react-native-svg": "13.9.0", |
32 |
"react-native-tab-view": "^3.5.1",
|
|
34 |
"react-native-tab-view": "^3.5.2",
|
|
33 | 35 |
"react-native-vector-icons": "^9.2.0", |
34 | 36 |
"react-redux": "^8.0.5", |
35 | 37 |
"redux": "^4.2.1", |
36 | 38 |
"redux-persist-transform-encrypt": "^5.0.0", |
37 |
"typescript": "^5.2.2", |
|
38 |
"expo-build-properties": "~0.8.3" |
|
39 |
"typescript": "^5.2.2" |
|
39 | 40 |
}, |
40 | 41 |
"devDependencies": { |
41 | 42 |
"@babel/core": "^7.20.0", |
Také k dispozici: Unified diff
FIX: problem with opening item details page
re #10822