evollu / evollu/react-native-fcm

When app is killed i receive notification but without sound or vibrate

Open
#765 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
1.7k
Forks
661
PR merge metrics
No merged PRs in 30d

Description

Any ideas ?

` ` `
FCM.presentLocalNotification({
title: notif.fcm.title,
body: notif.fcm.body,
icon: "ic_launcher",
vibrate: 300,
lights: true,
show_in_foreground : true,
sound: "default"
});
` ` `

everything work ok if app is not killed but when its killed i receive notification without sound.
Does anybody have solution for that ?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.