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

How modify textBody style

Open kd-fs opened this issue 2 years ago • 2 comments
trafficstars

hi, Dialog.show({ type: ALERT_TYPE.WARNING, title: 'Avertissement', textBody: 'Veuillez entrer votre matricule.', button: 'Fermer', closeOnOverlayTap:false, textBodyStyle:{ fontSize:50 } });

don't work

kd-fs avatar Jan 19 '23 12:01 kd-fs

font size don't modify

kd-fs avatar Jan 19 '23 12:01 kd-fs

Le style est personnalisable uniquement pour les notifications, pas pour les alertes car je ne me sers plus de ce genre d'alerte j'utilise les alertes native (je ne les ai pas encore ajouté car je n'ai pas eu le temps de voir comment ça marche avec expo),

Si vous voulez rajouter cette option aux alertes actuelles vous pouvez contribuer à la librairie en proposer une pull request

The style is customizable only for notifications, not for alerts because I don't use this kind of alert anymore I use native alerts (I haven't added them yet because I haven't had time to see how it works with expo),

If you want to add this option to current alerts, you can contribute to the library by submitting a pull request

CodingByJerez avatar Jan 19 '23 12:01 CodingByJerez