Questions tagged [react-native-safe-area-view]
19 questions
0
votes
0 answers
react-native-safe-area-context - SafeAreaView vs useSafeAreaInsets
What is you prefered way of using react-native-safe-area-context? In the library documentation they say:
https://github.com/th3rdwave/react-native-safe-area-context
SafeAreaView is the preferred way to consume insets. This is a regular View with…

seven
- 1,183
- 14
- 33
0
votes
0 answers
Solution not working for safeareaview in react native for android while using, paddingTop: Platform.OS === 'android' ? StatusBar.currentHeight : 0
I use the alternative style in . but this method not working for me? The code of my application is given below.
import { StatusBar } from 'expo-status-bar';
import { Platform, SafeAreaView, StyleSheet, Text} from…

Shakil Khan
- 1
- 1
0
votes
1 answer
How to hide/disable safeAreaView fake corners in some android phones?
I have an app with a landscape screen using canvas and some drawing features. For some android devices the safeArea has border radius. Is there a way to disable this border radius.
Device without the border radius:
Device with the border radius:

B. Mohammad
- 2,152
- 1
- 13
- 28
0
votes
1 answer
React-Native Tab Navigation Bar cut off
I'm currently using the material-bottom-tabs to implement navigation in my mobile app.
For some odd reason, it isn't displayed correctly but cut off at the bottom of my screen.
This happens regardless of whether I activate gesture control (so the…

L2Program
- 3
- 1
- 2