how to take 100% width in react native

JavaScript
import { Dimensions } from 'react-native';

width: ${(Dimensions.get('window').width)}px;header : {
	height : 100,
  	backgroundColor: "favorite color",
    alignSelf: "stretch",
}
Source

Also in JavaScript: