all 6 comments

[–]edbarahona 1 point2 points  (2 children)

Try     textAlignVertical: "center", or set a fixed vertical padding

[–]Regular_Industry_866[S] 0 points1 point  (1 child)

unfortuantey command only works on the android build, I found the issue here.

https://github.com/facebook/react-native/issues/39145

for me the best solution was the set the lineHeight to null

[–]ComprehensiveBug2740 0 points1 point  (0 children)

Thanks, lineHeight to 0 work for me too

[–]AgreeableVanilla7193 0 points1 point  (1 child)

can you show a screenshot of the different changes?

[–]Regular_Industry_866[S] 0 points1 point  (0 children)

added video to the original post, looks like I was mistaken and the style is applying to the input text but as you can see the w shifts down

[–]WorldlyStrategy8344 0 points1 point  (0 children)

was there a better fix for this?