react-native-incoming-call icon indicating copy to clipboard operation
react-native-incoming-call copied to clipboard

React Native module to display custom incoming call activity for Android, since iOS we have VoIP.

Results 19 react-native-incoming-call issues
Sort by recently updated
recently updated
newest added

Fixes an issue where two timers are created if the incoming call screen is triggered when the app is in the background and the screen is locked, and the first...

The latest version on [npm](https://www.npmjs.com/package/react-native-incoming-call) is still 2.0.3

Fixes #12 Does introduce a breaking change in the parameters of the display function.

Requires https://github.com/bkdev98/react-native-incoming-call/pull/36 (uses new object parameters) and https://github.com/bkdev98/react-native-incoming-call/pull/25 (uses new ringtone manager).

- Input button text - Input button icons

enhancement
good first issue

Based on https://github.com/software-mansion/react-native-reanimated/pull/2881 Fixes #33

hello Thank for your package, i try to setup in projet with last version of react-native, but it is incompatible ``` Found: [email protected] npm ERR! node_modules/react npm ERR! react@"17.0.2" from...

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...

- RCT dismiss call crash fixed. Fixes #24 - Use RingtoneManager instead of AudioManager for playing the ringtone. Calls use now ringtone volume instead of media volume. Avoid ring sound...

Hi, Based on the newly merged code from your source. I think you removed dismiss function. So when I call it from FE, it shows error dismiss is not defined....