From 4001c874d8375ceb6de1e856833e90705fb7b343 Mon Sep 17 00:00:00 2001 From: listen Date: Thu, 14 Mar 2024 16:18:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=202.16.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ example/ios/Podfile.lock | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80613a38..4393f35f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.16.10 (2024-03-14) + +### iOS specific + +- 处理 iOS17 测滑返回时状态栏样式表现不正常的问题 + ## 2.16.9 (2024-02-04) ### Android specific diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 1d68ed9e..5009d7f4 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -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) @@ -481,7 +481,7 @@ SPEC CHECKSUMS: FBReactNativeSpec: d15a928cf21094fa2fc39c7cfadad3f28f920166 fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9 glog: 85ecdd10ee8d8ec362ef519a6a45ff9aa27b2e85 - HybridNavigation: c46b46f344d16016f74ca9de80a4c9e2c6690c93 + HybridNavigation: 36aa067bb210f0158ae5f873f2d87f848a2e1351 libwebp: f62cb61d0a484ba548448a4bd52aabf150ff6eef RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1 RCTRequired: 4db5e3e18b906377a502da5b358ff159ba4783ed diff --git a/package.json b/package.json index 808c4376..328bcb54 100644 --- a/package.json +++ b/package.json @@ -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",