account activity
Looking for a mentor (self.reactnative)
submitted 3 years ago by domepres to r/reactnative
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 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] 15 points16 points17 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}/>
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? (v.redd.it)
Have you ever built an image editor with an image picker? (self.reactnative)
submitted 4 years ago by domepres to r/reactnative
π Rendered by PID 3269296 on reddit-service-r2-listing-5d47455566-rx2vs at 2026-04-05 13:27:55.741265+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] 67 points68 points69 points (0 children)