Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

react native outside area view color

<Fragment>
  <SafeAreaView style={{ flex:0, backgroundColor: 'red' }} />
  <SafeAreaView style={{ flex:1, backgroundColor: 'gray' }}>
    <View style={{ flex: 1, backgroundColor: 'white' }} />
  </SafeAreaView>
</Fragment>
 
PREVIOUS NEXT
Tagged: #react #native #area #view #color
ADD COMMENT
Topic
Name
3+3 =