react-native-alert-notification icon indicating copy to clipboard operation
react-native-alert-notification copied to clipboard

How to change the font family of the title, text and button?

Open kishan-ateerna opened this issue 2 years ago • 1 comments
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?

kishan-ateerna avatar Oct 14 '23 10:10 kishan-ateerna

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

yazantenjaz avatar Jul 16 '24 11:07 yazantenjaz