Notification does not show on lock screen on xiomi devices
Bug
Library version: x.x.x
"@react-native-firebase/app": "^14.2.4",
"@react-native-firebase/messaging": "^14.2.4",
"react-native-push-notification": "^8.1.1",
"react": "17.0.2",
"react-native": "0.66.2",
Steps To Reproduce
PushNotification.createChannel(
{
channelId: '******-id',
channelName: '*******App',
channelDescription: 'A channel to categorise your notifications',
playSound: true,
soundName: 'default',
importance: 4,
vibrate: true,
autoCancel: true,
showWhen: true,
largeIcon: 'ic_launcher',
smallIcon: 'ic_launcher',
visibility: 'public',
priority: 'high',
importance: Importance.HIGH,
},
created => console.log(`createChannel returned '${created}'`),
);
Describe what you expected to happen:
I've set visibility to public, so notifications should be shown on lockscreen but they does not. On receiving notification, mobile screen does not wake up/ light up
@muazazhar is this fixed?
@muazazhar is this fixed?
no
@muazazhar is this fixed?
no
I have the same bugs, so what's next? 😂
@muazazhar is this fixed?
no
I have the same bugs, so what's next? 😂
this is probably from OS side, so we can't do anything except complain
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.