Skip to content

Commit

Permalink
发布 2.16.10
Browse files Browse the repository at this point in the history
  • Loading branch information
listenzz committed Mar 14, 2024
1 parent 0347895 commit 4001c87
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.16.10 (2024-03-14)

### iOS specific

- 处理 iOS17 测滑返回时状态栏样式表现不正常的问题

## 2.16.9 (2024-02-04)

### Android specific
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PODS:
- ReactCommon/turbomodule/core (= 0.71.12)
- fmt (6.2.1)
- glog (0.3.5)
- HybridNavigation (2.16.9):
- HybridNavigation (2.16.10):
- React-Core
- libwebp (1.2.4):
- libwebp/demux (= 1.2.4)
Expand Down Expand Up @@ -481,7 +481,7 @@ SPEC CHECKSUMS:
FBReactNativeSpec: d15a928cf21094fa2fc39c7cfadad3f28f920166
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 85ecdd10ee8d8ec362ef519a6a45ff9aa27b2e85
HybridNavigation: c46b46f344d16016f74ca9de80a4c9e2c6690c93
HybridNavigation: 36aa067bb210f0158ae5f873f2d87f848a2e1351
libwebp: f62cb61d0a484ba548448a4bd52aabf150ff6eef
RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1
RCTRequired: 4db5e3e18b906377a502da5b358ff159ba4783ed
Expand Down
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.16.9",
"version": "2.16.10",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"react-native": "src/index",
Expand Down

0 comments on commit 4001c87

Please sign in to comment.