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?