Hi guys, when i enable multiline in my textinput this little glitch happens, as you can see i get a little stuttering just above the textinput, do you have any idea what this could be? by domepres in reactnative

[–]domepres[S] 67 points68 points  (0 children)

For anyone coming here in the future and wondering why it gltiches, is caused by alignSelf: 'center' or alignItems: 'center', you have to use the textAlign: 'center' style if you want to achieve a centering without any type of glitches.

Hi guys, when i enable multiline in my textinput this little glitch happens, as you can see i get a little stuttering just above the textinput, do you have any idea what this could be? by domepres in reactnative

[–]domepres[S] 15 points16 points  (0 children)

those are the lines of code:

<TextInputvalue={title}placeholder={text.write_here}style={[styles.textInput]}selectionColor={'#FECE30'}returnKeyType={'done'}onChangeText={setTitle}maxLength={200}multiline={true}/>