Skip to content

Commit

Permalink
发布 2.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
listenzz committed Dec 5, 2024
1 parent e423aa2 commit 20c37c6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.17.3

### Android specific

- 底部导航栏字体大小不跟随系统字体大小变化

## 2.17.2 (2024-10-18)

### iOS specific
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.facebook.react:react-native:+'
// api project(':navigation')
api 'io.github.listenzz:AndroidNavigation:13.6.6'
api 'io.github.listenzz:AndroidNavigation:13.6.7'
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hybrid-navigation",
"description": "React Native Navigation that supports seamless navigation between Native and React.",
"version": "2.17.2",
"version": "2.17.3",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"react-native": "src/index",
Expand Down

0 comments on commit 20c37c6

Please sign in to comment.