Answers for "react native width auto"

3

width 100% react native

import { Dimensions } from 'react-native';

width: ${(Dimensions.get('window').width)}px;
Posted by: Guest on November-24-2020
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

Code answers related to "Javascript"

Browse Popular Code Answers by Language