Line break in placeholder in react-native textinput

0

Is there a possibility of a line break in the react native TextInput so that it shows the entire placeholder?

    
asked by anonymous 12.07.2018 / 13:42

1 answer

1

Yes, there is a property called multiline that allows the line break in the input and the default is false, as we can see in documentation .

    
12.07.2018 / 18:47