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

Allow customize decline and video button

Open bkdev98 opened this issue 5 years ago • 4 comments

  • Input button text
  • Input button icons

bkdev98 avatar Aug 24 '20 02:08 bkdev98

Any update on this?

ajitdas123 avatar Dec 27 '20 09:12 ajitdas123

Any update?

RamanathanN avatar Mar 19 '21 12:03 RamanathanN

any update?

abdoerrahiem avatar Sep 09 '21 07:09 abdoerrahiem

It is possible to override the text and images by specifying them in the app resources folder.

e.g.

To remove the text from the buttons, add android/app/src/main/res/values/strings.xml containing:

<resources>
  <string name="accept"></string>
  <string name="decline"></string>
</resources>

To customise the images, add android/app/src/main/res/drawable-mdpi/ic_accept_call.xml and android/app/src/main/res/drawable-mdpi/ic_decline_call.xml containing the new icons.

geraintwhite avatar Jun 08 '22 12:06 geraintwhite