An issue was reported that on certain Android phones we do not stretch the app vertically:
The concrete device is Xiaomi Poco F1, which has a notch on top.
Possible cause - the notch on top might need some special handling.
Another possible cause - our use of https://github.com/miyabi/react-native-safe-area might somehow be incorrect on Android (though the component does handle Android by returning zeroes for offset values which should be the correct behavior)
(See also #3066 about the handling of safe area vs. notch on iOS, and #3067 which will switch to RN's SafeAreaView instead of that react-native-safe-area library.)
An issue was reported that on certain Android phones we do not stretch the app vertically:
The concrete device is Xiaomi Poco F1, which has a notch on top.
Possible cause - the notch on top might need some special handling.
Another possible cause - our use of
https://github.com/miyabi/react-native-safe-area
might somehow be incorrect on Android (though the component does handle Android by returning zeroes for offset values which should be the correct behavior)