Closed DiegoAndai closed 3 years ago
React Native's SafeAreaView is only for iOS. Switch it for Expo SafeAreaContext's SafeAreaView which supports Android also.
SafeAreaView
fixes #62
'react-native-safe-area-context
Diminish PaddedScreenContainer Y-axis padding, which was used to partially hide Androids missing SafeAreaView and made iOS's version singificantly lower. With this change, iOS and Android are much more similar.
PaddedScreenContainer
Published to https://exp.host/@conyappa/conyappa?release-channel=pr-80-preview.
Description
React Native's
SafeAreaView
is only for iOS. Switch it for Expo SafeAreaContext'sSafeAreaView
which supports Android also.fixes #62
Requirements
'react-native-safe-area-context
Additional Changes
Diminish
PaddedScreenContainer
Y-axis padding, which was used to partially hide Androids missingSafeAreaView
and made iOS's version singificantly lower. With this change, iOS and Android are much more similar.