Comment faire ajuster la largeur d'un élément indigène React en fonction du contenu

<View style={{backgroundColor: '#000000', alignSelf: 'flex-start' }}>
 <Text style={{color: '#ffffff'}}>
  Sample text here
 </Text>
</View>
rumbo