Ringtone only in the first call
ishanladani opened this issue · 1 comments
ishanladani commented
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
olivier545 commented
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