Hi.
Is there any way to pass some sort of variable in the data object with other properties like image, detailPage, etc, which allows me to specify which notifications have been read or not? Something like this:
const DEFAULT_NOTIFICATION = [
{
image: require("../../images/user.png"),
message: "New message.",
detailPage: "/",
receivedTime: "1 min ago",
markAsRead: false
}
];
Also how do I run this project?
Please do get back to me.
Thank you.