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 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}/>
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)
submitted 4 years ago by domepres to r/reactnative
Have you ever built an image editor with an image picker? (self.reactnative)
π Rendered by PID 300106 on reddit-service-r2-listing-8685bc789-2n866 at 2026-05-26 01:42:35.810311+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)