From 7820fc3395bc734698b38cd851d00139b1ad40b2 Mon Sep 17 00:00:00 2001 From: zhangZhenWei <5237428+zhang_zhenwei@user.noreply.gitee.com> Date: Tue, 28 Oct 2025 16:08:47 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:#ID3UKJ]react-native-paper?= =?UTF-8?q?=E4=B8=AD=E8=8B=B1=E6=96=87=E6=96=87=E6=A1=A3=E7=9A=84dismissab?= =?UTF-8?q?leBackButton=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/react-native-paper.md | 2 +- zh-cn/react-native-paper.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/react-native-paper.md b/en/react-native-paper.md index b8fc0f81..016dacce 100644 --- a/en/react-native-paper.md +++ b/en/react-native-paper.md @@ -785,7 +785,7 @@ View details[Paper](https://callstack.github.io/react-native-paper/docs/componen | Name | Description | Type | Required | Platform | HarmonyOS Support | | :-----: | :---------: | :-------------: | -------- | -------- | ----------------- | | dismissable | Determines whether clicking outside the dialog dismiss it. | boolean | NO | All | Yes | -| dismissableBackButton | Determines whether clicking Android hardware back button dismiss dialog. | boolean | NO | All | Yes | +| dismissableBackButton | Determines whether clicking Android hardware back button dismiss dialog. | boolean | NO | All | NO | | onDismiss | Callback that is called when the user dismisses the dialog. | () => void | NO | All | Yes | | visible | Determines Whether the dialog is visible. | boolean | NO | All | Yes | | children (required) | Content of the Dialog | React.ReactNode | Yes | All | Yes | diff --git a/zh-cn/react-native-paper.md b/zh-cn/react-native-paper.md index fe49d82d..ae3f5c6e 100644 --- a/zh-cn/react-native-paper.md +++ b/zh-cn/react-native-paper.md @@ -784,7 +784,7 @@ export default function App() { | Name | Description | Type | Required | Platform | HarmonyOS Support | | :-----: | :---------: | :-------------: | -------- | -------- | ----------------- | | dismissable | Determines whether clicking outside the dialog dismiss it. | boolean | NO | All | Yes | -| dismissableBackButton | Determines whether clicking Android hardware back button dismiss dialog. | boolean | NO | All | Yes | +| dismissableBackButton | Determines whether clicking Android hardware back button dismiss dialog. | boolean | NO | All | NO | | onDismiss | Callback that is called when the user dismisses the dialog. | () => void | NO | All | Yes | | visible | Determines Whether the dialog is visible. | boolean | NO | All | Yes | | children (required) | Content of the Dialog | React.ReactNode | Yes | All | Yes | -- Gitee