I want to make a Textarea with multiline. So if I set the height of the field to 100 then the placeholder and input text is centered and not at the top.
I want it that the text begin at the top.
<View style={{flex: 1, flexDirection: 'row', alignItems: 'center', justifyContent: 'center', marginTop: 50}}> <AntDesign name="infocirlceo" size={24} style={{backgroundColor: '#fff', padding: 10, borderRadius: 100, marginRight: 12}} color="#555" /> <TextInput style={{padding: 10, height: 100, backgroundColor: '#fff', borderWidth: 1, width: 250, borderRadius: 8, borderColor: '#eee'}} placeholder="Proudktbeschreibung eingeben" multiline numberOfLines={1} /> </View> 

textAlignVertical: 'top'in style