This repository has been archived by the owner on Jan 14, 2025. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: android missing channelId warning should now show
Small one, would have been caught by TypeScript easily π€·π»ββοΈ
- Loading branch information
ba6268e
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.
hi bro, I have this warn "No channel id passed, notifications may not work."
here is my function,where is chnnelID, I just want to use localnotification ,how can i solve this promble?
const showNotification = (title,message)=>{
PushNotification.localNotification({
title:title,
message:message,
}