diff --git a/en/react-native-dropdownalert.md b/en/react-native-dropdownalert.md index 9d13c8d72e33a0611ac21b503577bad6dbd23c6b..d182c05fd296e8b886d86981cae636dd37cd5b3e 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 c319b12a35bdaf96aa62ee94137d39b71bbb136a..5fa25ed7dc8efe72becb85c60f0977c0809ab43a 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) ## 开源协议