react-native-alert-notification
react-native-alert-notification copied to clipboard
How to change the font family of the title, text and button?
trafficstars
I am adding the alert to my app using
Dialog.show({ type: ALERT_TYPE.SUCCESS, title: 'Success', textBody: 'Congrats! this is dialog box success', button: 'close', });
I want to use google font "solway". How do I change the font family of all the text rendered inside the alert dialog? Is there any way to pass the text element directly to the show method as a prop?
in fact i try to edit it in node_modules files and there is no way to add font for it and i reopen this issue