From fafcdd28c0d95e13e815a86b187c9d68fa508153 Mon Sep 17 00:00:00 2001 From: panlichen Date: Fri, 22 Nov 2024 09:45:06 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#IB68XZ]=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9react-native-dropdownalert=E6=8C=87=E5=AF=BC=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/react-native-dropdownalert.md | 6 ++++++ zh-cn/react-native-dropdownalert.md | 1 + 2 files changed, 7 insertions(+) diff --git a/en/react-native-dropdownalert.md b/en/react-native-dropdownalert.md index 9d13c8d7..d182c05f 100644 --- a/en/react-native-dropdownalert.md +++ b/en/react-native-dropdownalert.md @@ -437,6 +437,12 @@ DropdownAlert 是 DropdownAlert 库导出的核心组件,定义了弹框所有 ## Others +- DropdownAlert 组件的 animatedViewStyle 属性不生效,设置之后弹窗变为黑色,与 iOS/Android 一致 [issue#314](https://github.com/testshallpass/react-native-dropdownalert/issues/314) +- DropdownAlert 组件的 zindex 属性不生效,层级关系并未体现,与 iOS/Android 一致 [issue#315](https://github.com/testshallpass/react-native-dropdownalert/issues/315) +- DropdownAlert 组件的 translucent 属性不生效,没有显示出状态栏半透明的效果,与 Android 一致 [issue#316](https://github.com/testshallpass/react-native-dropdownalert/issues/316) +- DropdownAlert 组件绑定的 onDismissProgrammatic 函数无法触发,与 iOS/Android 一致 [issue#317](https://github.com/testshallpass/react-native-dropdownalert/issues/317) +- DropdownAlertData 组件的 resolve 属性不生效,将弹窗关闭之后,所设置的函数并未被触发,与 iOS/Android 一致 [issue#318](https://github.com/testshallpass/react-native-dropdownalert/issues/318) + ## License This project is licensed under [The MIT License (MIT)](https://github.com/react-native-oh-library/react-native-dropdownalert/blob/master/LICENSE). diff --git a/zh-cn/react-native-dropdownalert.md b/zh-cn/react-native-dropdownalert.md index c319b12a..5fa25ed7 100644 --- a/zh-cn/react-native-dropdownalert.md +++ b/zh-cn/react-native-dropdownalert.md @@ -441,6 +441,7 @@ DropdownAlert 是 DropdownAlert 库导出的核心组件,定义了弹框所有 - DropdownAlert 组件的 zindex 属性不生效,层级关系并未体现,与 iOS/Android 一致 [issue#315](https://github.com/testshallpass/react-native-dropdownalert/issues/315) - DropdownAlert 组件的 translucent 属性不生效,没有显示出状态栏半透明的效果,与 Android 一致 [issue#316](https://github.com/testshallpass/react-native-dropdownalert/issues/316) - DropdownAlert 组件绑定的 onDismissProgrammatic 函数无法触发,与 iOS/Android 一致 [issue#317](https://github.com/testshallpass/react-native-dropdownalert/issues/317) +- DropdownAlertData 组件的 resolve 属性不生效,将弹窗关闭之后,所设置的函数并未被触发,与 iOS/Android 一致 [issue#318](https://github.com/testshallpass/react-native-dropdownalert/issues/318) ## 开源协议 -- Gitee