-
Notifications
You must be signed in to change notification settings - Fork 3.9k
[$250] The swipe right to dismiss SearchModal stopped working. #65280
Copy link
Copy link
Closed
Labels
BugSomething is broken. Auto assigns a BugZero manager.Something is broken. Auto assigns a BugZero manager.ExternalAdded to denote the issue can be worked on by a contributorAdded to denote the issue can be worked on by a contributorHelp WantedApply this label when an issue is open to proposals by contributorsApply this label when an issue is open to proposals by contributorsReviewingHas a PR in reviewHas a PR in reviewWeeklyKSv2KSv2
Metadata
Metadata
Labels
BugSomething is broken. Auto assigns a BugZero manager.Something is broken. Auto assigns a BugZero manager.ExternalAdded to denote the issue can be worked on by a contributorAdded to denote the issue can be worked on by a contributorHelp WantedApply this label when an issue is open to proposals by contributorsApply this label when an issue is open to proposals by contributorsReviewingHas a PR in reviewHas a PR in reviewWeeklyKSv2KSv2
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Done
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Version Number: 9.1.73-0
Reproducible in staging?: Y
Reproducible in production?: Y
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Expensify/Expensify Issue URL:
Issue reported by: @jmusial
Slack conversation (hyperlinked to channel name): #QA Channel
Action Performed:
Expected Result:
The search modal is closed, and the user is taken back to the previous screen
Actual Result:
Nothing happens and swipe right is not working
Workaround:
Unknown
Platforms:
Select the officially supported platforms where the issue was reproduced:
Platforms Tested:
On which of our officially supported platforms was this issue tested:Screenshots/Videos
Add any screenshot/video evidence
460633943-7c35988a-d8ec-4dd9-92ef-ee6fa0736bc6.mov
Solution:Instead ofonStartShouldSetResponder={() => true}
onResponderRelease={Keyboard.dismiss}
do sth likeimport { GestureDetector, Gesture } from 'react-native-gesture-handler';
import { Keyboard } from 'react-native';
const dismissKeyboardGesture = Gesture.Tap()
{....onStart(() => {
Keyboard.dismiss();
});
}
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @