appandflow / appandflow/react-native-safe-area-context
Android 13 and below OS version not supporting the insets
未关闭
- 主要语言
- TypeScript
- 星标
- 2.8k
- 派生
- 258
- 平均合并
- 3 天 1 小时
- 30 天内合并 PR
- 2
描述
For Android 13 and below OS version in Android, the safe area context properties using insets like padding top and padding bottom is not resolving the issue of header overlap inside the WebView. For iOS, its working fine.
React Native version:
"react-native": "0.79.2",
SafeArea Context lib version:
"react-native-safe-area-context": "^5.4.0",
```
<>
{sessionData ? (
) : (
)}
```
please guide.
贡献指南
评估
这个 Issue 还没有评估数据。