bkdev98/react-native-incoming-call

Ringtone only in the first call

ishanladani opened this issue · 1 comments

I knew this issue is closed but I am still facing the issue please check that once

I am Using version 2.0.3 and facing same issue can anybody help me

"react-native-incoming-call": "^2.0.3",

Here is a previous issue link

#18

Hello you can add manually the fix in UnlockScreenActivity.java
https://github.com/bkdev98/react-native-incoming-call/pull/19/files
Just add the function player.prepareAsync();
Work for me