SafeAreaView is a React Native component which helps you avoid challenging display edges, like the iPhone X notch.
Questions tagged [safeareaview]
48 questions
0
votes
1 answer
FlatList onRefresh doesn't work with SafeAreaView
Pull to refresh causes endless spinner and don't calling onRefresh when app tested on iPhone. On Android and iOS devices with home button everything works as expected.
ReactNative version: 0.58.3
When flex:1 removed from container style, everything…

Ruslan
- 60
- 1
- 7
-1
votes
1 answer
Can't get view maxX without safe area
I'm trying to get the maxX of a view for calculations but although the view is inside a stack view (with others views) and the constraints are to not inside the safe area (and it's appear like that as well) when I’m doing
self.frame.maxX
on my…

David
- 41
- 7
-1
votes
1 answer
How to lead with safe area in Objective-C project?
Sorry if this question already exists, but i don't know how exactly to ask. I have a project in Objective-C, in appDelegate there's a view controller being instantiate on window root, but when I run in new iphones i have the following problem with…

Pedro Ortiz
- 61
- 7