[expo-notifications][managed workflow][EAS Build][Android] custom sound not playing in locally scheduled notifications

I am scheduling notifications locally with custom sound but custom sound is not playing. Infact no notification alert is shown. even though show alert and shouldPlaySound is set to true in setNotificationsHandler. It should also be mentioned that color also remains the same even though i have added the custom color in expo-notifications plugin in app.json as well as notification channel and notification content input.

i checked the notification settings of the device in which i installed the apk. notification channel is present and default ringtone of this channel is also set to the custom sound. however it just doesn’t play when the notification comes

following is the github repo of minimum reproducible example.

I think it was because of the default notification channel. I deleted all the channels. Set the new new channel with new channel identifier and it started working.