Answers for "react native height auto"

0

react native width auto

<View style={{backgroundColor: '#000000', alignSelf: 'flex-start' }}>
 <Text style={{color: '#ffffff'}}>
  Sample text here
 </Text>
</View>
Posted by: Guest on October-26-2021
0

react native height full

flex:1,
Posted by: Guest on August-19-2021

Code answers related to "react native height auto"

Code answers related to "Javascript"

Browse Popular Code Answers by Language