Questions tagged [react-safeareaview]
3 questions
1
vote
0 answers
Dynamic backgroundColor in SafeAreaView react native
I am using SafeAreaView provided by react-navigation and inside that, I am having my navigation controller.
What I want is the dynamic color for header i.e. notch in iOS and android. I want different notch background for different screens.
This is…

Ravi
- 34,851
- 21
- 122
- 183
0
votes
1 answer
How do I remove the home button navigation on mobile in React Native?
I've been making my mobile application in React Native and noticed that the home button and the bottom navigation bar for Android was overriding the app and pushing it up making it look weird. Is there a safe area view but for the bottom navigation…

George542
- 41
- 1
- 6
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