diff --git a/en/react-native-paper.md b/en/react-native-paper.md index b8fc0f81d6d3b4c3fb992512c3d2eb90de6c0ac5..016daccedc48f0f3052f82f955c8e4adff518ec0 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 fe49d82d911fa0ba46fc9256f807536944048db4..ae3f5c6e01643a3493d60123cd847336dc352dde 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 |