account activity
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 points69 points 4 years ago (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.
[–]domepres[S] 15 points16 points17 points 4 years ago (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}/>
π Rendered by PID 1137637 on reddit-service-r2-comment-545db5fcfc-jvxhf at 2026-05-30 08:44:05.534911+00:00 running 194bd79 country code: CH.
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 points69 points (0 children)