react-native-alert-notification
react-native-alert-notification copied to clipboard
How modify textBody style
hi, Dialog.show({ type: ALERT_TYPE.WARNING, title: 'Avertissement', textBody: 'Veuillez entrer votre matricule.', button: 'Fermer', closeOnOverlayTap:false, textBodyStyle:{ fontSize:50 } });
don't work
font size don't modify
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