We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a607684 commit 6a0feb7Copy full SHA for 6a0feb7
packages/core/src/changelog/README.md
@@ -33,21 +33,17 @@
33
34
### 开始升级
35
36
-#### 依赖层升级
+#### @uiw/react-native依赖层升级
37
```diff
38
"dependencies": {
39
...
40
41
- "@uiw/react-native": "3.2.3",
42
- "react-native-svg": "12.1.1",
43
- "react-native-gesture-handler": "~2.5.0",
44
-+ "@uiw/react-native": "4.0.0",
45
-+ "@uiw/react-native-image-picker": "4.0.0",
++ "@uiw/react-native": "4.0.1",
46
+ "react-native-svg": "13.0.0",
47
+ "react-native-gesture-handler": "2.8.0",
48
-+ "react-native-image-picker":"^5.3.1",
49
-+ "react-native-image-viewing":"~0.2.2",
50
-+ "@react-native-camera-roll/camera-roll":"5.3.1"
51
52
}
53
```
0 commit comments