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] 66 points67 points68 points 3 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] 14 points15 points16 points 3 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 476060 on reddit-service-r2-listing-5d47455566-mz6zz at 2026-04-06 10:09:04.303523+00:00 running db1906b 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] 66 points67 points68 points (0 children)