I changed the height of my TextInput but on android the input itself stays in the middle. How can I change it so the text start on the top of the box? 
textInput: {
borderWidth: 1,
borderColor: "rgba(199,218,228,1)",
borderRadius: 8,
height: 312,
paddingTop: 8.21,
paddingBottom: 8.21,
paddingHorizontal: 16,
fontFamily: "FiraSans-Regular",
fontSize: 14,
},