imagebackground with input inot avoiding react native

JavaScript
background:{
  	flex: 1,
   	resizeMode: 'stretch',
  	width: Theme.getScreenWidth,
	height: Theme.getScreenHeight+50,
}
Source

Also in JavaScript: