showing results for - "safe area view for android 2f removing overflow of screen for android"
Mariam
24 Oct 2017
1import Constants from 'expo-constants';
2
3const styles = StyleSheet.create({
4    screen:{
5        flex:1,
6        paddingTop: Constants.statusBarHeight
7    }
8})