appandflow / appandflow/react-native-safe-area-context
Android 13 and below OS version not supporting the insets
Abierto
- Lenguaje dominante
- TypeScript
- Estrellas
- 2.8k
- Forks
- 258
- Merge medio
- 3 d 1 h
- PR fusionados (30 d)
- 2
Descripción
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.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.