Closed idw111 closed 7 years ago
I wanted to insert icon attribute in notificationBodyComponent. Sometimes, customized notificationBodyComponent may need extra attributes like icon or something. So, I added props parameter to show method.
show
// pass additional attributes this.notification.show(title, message, onPress, {icon: 'clock'});
@idw111 hey! I just merged #4 which was a breaking change. Could you please update this PR to work with the new changes
I'm closing this as there's been no activity. Re-open if you'd like to continue it 😄
I wanted to insert icon attribute in notificationBodyComponent. Sometimes, customized notificationBodyComponent may need extra attributes like icon or something. So, I added props parameter to
show
method.