Skip to content

Commit 6a0feb7

Browse files
committed
doc: 更新升级文档
1 parent a607684 commit 6a0feb7

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

packages/core/src/changelog/README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,17 @@
3333

3434
### 开始升级
3535

36-
#### 依赖层升级
36+
#### @uiw/react-native依赖层升级
3737
```diff
3838
"dependencies": {
3939
...
4040

4141
- "@uiw/react-native": "3.2.3",
4242
- "react-native-svg": "12.1.1",
4343
- "react-native-gesture-handler": "~2.5.0",
44-
+ "@uiw/react-native": "4.0.0",
45-
+ "@uiw/react-native-image-picker": "4.0.0",
44+
+ "@uiw/react-native": "4.0.1",
4645
+ "react-native-svg": "13.0.0",
4746
+ "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"
5147
...
5248
}
5349
```

0 commit comments

Comments
 (0)