React-Naitve : Sendbird do not send 'notification' parameter in push notification

Sendbird do not sends the ‘notification’ parameter in push notification payload for android. So, in quit state android is not displaying the push notification for react-native (javascript).

data:
message: “Test message sent at 19:07:12 on 07-25-2022”
sendbird: “{"sqs_ts":1658756234301,"custom_type":"","…}”
from: “1053632061244”
messageId: “0:1658756234377638%57b995eef9fd7ecd”
sentTime: 1658756234362
ttl: 2419200

So, above is a data message instead of a push notification message.