Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Safe Area View for android / Removing overflow of screen for android

import Constants from 'expo-constants';

const styles = StyleSheet.create({
    screen:{
        flex:1,
        paddingTop: Constants.statusBarHeight
    }
})
 
PREVIOUS NEXT
Tagged: #Safe #Area #View #android #Removing #overflow #screen #android
ADD COMMENT
Topic
Name
2+4 =