-
Notifications
You must be signed in to change notification settings - Fork 3
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-9399: K2 Alert #2129
CP-9399: K2 Alert #2129
Conversation
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.
This file is no longer used.
@@ -65,7 +65,7 @@ | |||
"@react-native-firebase/messaging": "21.0.0", | |||
"@react-native-google-signin/google-signin": "13.1.0", | |||
"@react-native-menu/menu": "1.1.3", | |||
"@react-navigation/bottom-tabs": "6.6.1", |
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.
I had to downgrade this to match the version used in expo-router
. If we don't, it raises an error when this package is used.
visible, | ||
title, | ||
description, | ||
verticalButtons, |
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.
how does it look with verticalButtons?
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.
shouldDisable: (values: Record<string, string>) => { | ||
return values.delete !== DELETE_TEXT |
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.
nice way to disable!
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 great. left some minor comments.
Description
Ticket: CP-9399
showAlert()
function for simple alertsAlertWithTextInputs
component for the alerts with text inputs.Screenshots/Videos