Skip to content

Commit 4dd70c5

Browse files
committed
bump 5.4.3
1 parent af4482d commit 4dd70c5

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.en-US.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ toc: false
1414

1515
---
1616

17+
### 5.4.3
18+
`2025-08-11`
19+
- fix: [Switch] inner zIndex style [#1437](https://github.com/ant-design/ant-design-mobile-rn/issues/1437) [@lqr131115](https://github.com/lqr131115)
20+
- fix: [Carousel] `scrollToStart` not work in infinite [#1442](https://github.com/ant-design/ant-design-mobile-rn/issues/1442)
21+
- fix: [Radio] current.onPress is not a function [#1444](https://github.com/ant-design/ant-design-mobile-rn/issues/1444) [@aroldo-cittati](https://github.com/aroldo-cittati)
22+
1723
### 5.4.2
1824
`2025-05-27`
1925
- **Button** [@aroldo-cittati](https://github.com/aroldo-cittati)

CHANGELOG.zh-CN.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ toc: false
1414

1515
---
1616

17+
### 5.4.3
18+
`2025-08-11`
19+
- fix: [Switch] inner zIndex style [#1437](https://github.com/ant-design/ant-design-mobile-rn/issues/1437) [@lqr131115](https://github.com/lqr131115)
20+
- fix: [Carousel] `scrollToStart` not work in infinite [#1442](https://github.com/ant-design/ant-design-mobile-rn/issues/1442)
21+
- fix: [Radio] current.onPress is not a function [#1444](https://github.com/ant-design/ant-design-mobile-rn/issues/1444) [@aroldo-cittati](https://github.com/aroldo-cittati)
22+
1723
### 5.4.2
1824
`2025-05-27`
1925
- **Button** [@aroldo-cittati](https://github.com/aroldo-cittati)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/react-native",
3-
"version": "5.4.2",
3+
"version": "5.4.3",
44
"description": "基于蚂蚁金服移动设计规范的 React Native 组件库",
55
"keywords": [
66
"ant",

0 commit comments

Comments
 (0)