-
Notifications
You must be signed in to change notification settings - Fork 4
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
CP-9603: Toasts #2140
CP-9603: Toasts #2140
Conversation
const hasMessage = !!message | ||
|
||
return ( | ||
<TouchableWithoutFeedback style={style} testID={testID} onPress={onPress}> |
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.
should this just be Pressable
?
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.
updated.
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.
lgtm
Description
Ticket: CP-9603
GlobalToast
and showToast/hideToast util functions in mobile.Screenshots/Videos
Simulator.Screen.Recording.-.iPhone.15.Pro.-.2024-12-04.at.10.26.08.mp4