-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Multiline for ExpensiTextInput #4649
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
Multiline for ExpensiTextInput #4649
Conversation
Looks good. One thing I noticed is that the Copy for email Input is wrong. It accepts multiple comma-separated emails or phone but the text says |
I didn't modify anything related email input. This PR's only concern is making new input work with |
I know. I was just asking maybe a correction can be made, as it's just text. Anyways, it's fine. |
@parasharrajat oh, sorry, I misunderstood 😅 I don't mind changing the text as collaborators suggestion |
Also iOs doesn't support Here is the result |
Sure, I'll update in an hour |
@shawnborton - Anything else you'd like to see here? |
@@ -879,7 +879,7 @@ | |||
CURRENT_PROJECT_VERSION = 3; | |||
DEVELOPMENT_TEAM = 368M544MTT; | |||
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; | |||
INFOPLIST_FILE = "NewExpensify/Info.plist"; | |||
INFOPLIST_FILE = NewExpensify/Info.plist; |
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.
Is this required or related to your change?
ios/Podfile.lock
Outdated
@@ -877,7 +877,7 @@ SPEC CHECKSUMS: | |||
DoubleConversion: cf9b38bf0b2d048436d9a82ad2abe1404f11e7de | |||
EXHaptics: 337c160c148baa6f0e7166249f368965906e346b | |||
FBLazyVector: 7b423f9e248eae65987838148c36eec1dbfe0b53 | |||
FBReactNativeSpec: 884d4cc2b011759361797a4035c47e10099393b5 | |||
FBReactNativeSpec: c783a75db87c963c60afcd461fc38358805fe5ba |
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.
Is this required or related to your change?
@AndrewGable code changes in ios folder is not required neither related. I think |
Can you confirm these changes happen on |
@kakajann mind updating your screenshots so I can see if my requested changes were applied? Thanks! |
Looks good, thanks! |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
@kakajann Any QA steps needed for this PR? |
This was tested with the following QA steps:
And it was a pass 🎉 @kakajann please remember to add QA steps for future PRs 🙇 |
🚀 Deployed to production by @roryabraham in version: 1.0.88-2 🚀
|
This has been deployed to production and is now subject to a 7-day regression period. |
Details
Fixed Issues
Fixes #4625
Tests
QA Steps
Tested On
Screenshots
Web
Mobile Web
Desktop
iOS
Android