From 95d4d23014e730528fb5a54a971868c95dfe5b81 Mon Sep 17 00:00:00 2001 From: listen Date: Fri, 7 Feb 2025 20:03:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=202.17.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6aac7b6..a1636772 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.17.8 + +### Android specific + +- 处理横竖屏切换,界面可能不销毁的问题 + ## 2.17.6 - 支持设置页面为横屏 diff --git a/package.json b/package.json index 277bd721..783a199c 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.17.7", + "version": "2.17.8", "main": "./lib/index.js", "typings": "./lib/index.d.ts", "react-native": "src/index",