react-native-incoming-call
react-native-incoming-call copied to clipboard
Allow customize decline and video button
- Input button text
- Input button icons
Any update on this?
Any update?
any update?
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.