fix: input label not visible on ios if multiline, fixes #4482
Motivation
This PR solves this issue. "When focusing into a TextInput (when mode='flat'), the label disappears. It shows up normally when multiline=false, and this is only a problem on iOS."
Related issue
Test plan
I've checked it on ios simulator and android emulator, since example project is on expo 48 i cannot install it on my phone.
I've also updated TextInput.test.tsx.snap snapshot since tests were failing.
Hey @damianfilipek81, thank you for your pull request 🤗. The documentation from this branch can be viewed here.
@gedu Is this planned to be merged? Still an issue in 5.12.5.
@gedu @BogiKay any plans on merging this in now that new arch is supported?
Worth checking that this PR fixes the issue on web as well. Since I posted the issue (#4482) I found this also is a problem on web.
@ericpoulinnz I tested it and the issue is gone on web as well
@BogiKay any chance a new version can be pushed out now that this fixed is merged in?