I\'m creating a form in React Native and would like to make my TextInputs 80% of the screen width.
TextInput
With HTML and ordinary CSS, this would be straightfor
The easiest way to achieve is by applying width to view.
width: '80%'