-
Notifications
You must be signed in to change notification settings - Fork 985
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: vertical align texts in multiline input on iOS #19565
fix: vertical align texts in multiline input on iOS #19565
Conversation
a85f134
to
bab91a2
Compare
bab91a2
to
733d262
Compare
Jenkins BuildsClick to see older builds (20)
|
733d262
to
a21fb3a
Compare
87% of end-end tests have passed
Failed tests (6)Click to expandClass TestWalletMultipleDevice:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestActivityCenterContactRequestMultipleDevicePR:
Class TestDeepLinksOneDevice:
Expected to fail tests (1)Click to expandClass TestCommunityOneDeviceMerged:
Passed tests (45)Click to expandClass TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestActivityMultipleDevicePRTwo:
Class TestCommunityMultipleDeviceMergedTwo:
Class TestWalletOneDevice:
Class TestActivityMultipleDevicePR:
Class TestOneToOneChatMultipleSharedDevicesNewUiTwo:
Class TestWalletMultipleDevice:
Class TestGroupChatMultipleDeviceMergedNewUI:
Class TestCommunityMultipleDeviceMerged:
Class TestCommunityOneDeviceMerged:
Class TestActivityCenterContactRequestMultipleDevicePR:
|
a21fb3a
to
82b4e41
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this PR @yqrashawn
Please make sure to test both on iOS and Android. Text in android has some automatically added paddings, and I'm not completely sure, but seems they vary depending on the device.
So any change in these styles might affect android in a different way.
82b4e41
to
0a49448
Compare
Thanks for the review @ulisesmac For android, it's controlled by |
add a minor copy change for #19263 - "ens-or-chat-key": "ENS or Chat key",
+ "ens-or-chat-key": "ENS or Chatkey", |
Hey @yqrashawn ! @Francesca-G would you mind reviewing the related changes? |
dffd5bb
to
57021bb
Compare
rebased to latest dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fixed to me ✅
Signed-off-by: yqrashawn <namy.19@gmail.com>
57021bb
to
dfb485f
Compare
fixes #17668
fixes #19263
Summary
add a 2px padding-top to
rn/text-input
when:multiline
istrue
but there's only a single line in the inputnot small?
small?
Review notes
Testing notes
Platforms
Areas that maybe impacted
multiline text input while contains only a single line of text
Steps to test
can be tested in the add contact view
or using the input view in quo preview and toggle the multiline on
Before and after screenshots comparison
before screen can be found at #19263
status: ready