diff --git a/en/react-native-copilot.md b/en/react-native-copilot.md index d3d30c6b462653ec58c327cb76c6865c658f52b6..c472582a0893e20c0903c1235f91b2fe5926355a 100644 --- a/en/react-native-copilot.md +++ b/en/react-native-copilot.md @@ -276,6 +276,8 @@ For details, see [react-native-copilot](https://github.com/mohebifar/react-nativ ## Known Issues +- [ ] "overlay" property effect is not obvious [issue#1](https://github.com/mohebifar/react-native-copilot/issues/333) + ## Others - The androidStatusBarVisible property is invalid on HarmonyOS. This property is used to calculate the position of the modal box even after hiding the Status Bar on Android. However, when HarmonyOS hides the Status Bar, its height is 0, so this property is invalid on HarmonyOS. diff --git a/zh-cn/react-native-copilot.md b/zh-cn/react-native-copilot.md index 5193327d7b0ba78c912ec6389a0e2dd17e9aa665..9d088a2be177c73c7586ab89c99b016bab0c96cf 100644 --- a/zh-cn/react-native-copilot.md +++ b/zh-cn/react-native-copilot.md @@ -276,6 +276,8 @@ const styles = StyleSheet.create({ ## 遗留问题 +- [ ] overlay 属性效果不明显 [issue#1](https://github.com/mohebifar/react-native-copilot/issues/333) + ## 其他 - androidStatusBarVisible 属性在 harmonyOS 上无效,该属性是在 Android 上隐藏 StatusBar 后,StatusBar还是有高度,用来计算模态框的位置,但是 harmonyOS 隐藏 StatusBar 后,StatusBar 的高度为 0,所以该属性在 harmonyOS 上无效。