evollu / evollu/react-native-fcm

There is no sound when notification is received. Android 8.

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

Description

Hi, I'm trying to use sdk-26 branch. I test it on a devices and emulator. Everything is fine on android from 4.2 to 7. But on android 8 notifications appears on the screen but there is no sound.

I'm trying to send custom notification.

```
{
token: deviceToken,
data: {
custom_notification: JSON.stringify({
title: "Title",
body: "Body",
sound: "default",
priority: "high",
ticker: "Ticker",
channel: "default"
})
}
}
```

"react": "16.0.0-alpha.12",
"react-native": "0.47.1",
"react-native-fcm": "github:evollu/react-native-fcm#sdk-26"

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.