-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feat/navigate notification #115
Conversation
navigate.navigate('Snap', { snap: snap }); | ||
} catch (error) { | ||
console.log(error); | ||
alert('Sorry, snap deleted'); |
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.
}} | ||
> | ||
{/* <Image | ||
<TouchableOpacity onPress={handleNotification}> |
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.
'React' must be in scope when using JSX
> | ||
{/* <Image | ||
<TouchableOpacity onPress={handleNotification}> | ||
<View className="max-w-md flex-1 overflow-hidden rounded-lg bg-white shadow-black"> |
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.
'React' must be in scope when using JSX
{/* <Image | ||
<TouchableOpacity onPress={handleNotification}> | ||
<View className="max-w-md flex-1 overflow-hidden rounded-lg bg-white shadow-black"> | ||
<View style={{ width: 2, backgroundColor: 'gray-800' }} /> |
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.
'React' must be in scope when using JSX
{/* <Image | ||
<TouchableOpacity onPress={handleNotification}> | ||
<View className="max-w-md flex-1 overflow-hidden rounded-lg bg-white shadow-black"> | ||
<View style={{ width: 2, backgroundColor: 'gray-800' }} /> |
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.
Inline style: { width: 2, backgroundColor: 'gray-800' }
|
||
<FontAwesomeIcon icon={notif_metadata.icon} /> | ||
|
||
<View style={{ marginLeft: 11 }}> |
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.
'React' must be in scope when using JSX
|
||
<FontAwesomeIcon icon={notif_metadata.icon} /> | ||
|
||
<View style={{ marginLeft: 11 }}> |
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.
Inline style: { marginLeft: 11 }
<FontAwesomeIcon icon={notif_metadata.icon} /> | ||
|
||
<View style={{ marginLeft: 11 }}> | ||
<Text style={{ fontSize: 18, fontWeight: '600' }}> |
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.
'React' must be in scope when using JSX
<FontAwesomeIcon icon={notif_metadata.icon} /> | ||
|
||
<View style={{ marginLeft: 11 }}> | ||
<Text style={{ fontSize: 18, fontWeight: '600' }}> |
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.
Inline style: { fontSize: 18, fontWeight: '600' }
<Text style={{ fontSize: 18, fontWeight: '600' }}> | ||
{notification?.title} | ||
</Text> | ||
<Text>{notification?.content}</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.
'React' must be in scope when using JSX
¿Qué hace esto?
Notification Navigation
¿Por qué hiciste esto?
Requisito
¿A quién/qué afecta esto?
End User