Customize MessageText help
See original GitHub issueI have been trying to change the font and color of the message’s text. Here is my renderMessageText function.
renderMessageText(props) {
return (
<MessageText textStyle={{fontSize: 18, fontWeight: 'bold', fontFamily: 'AvenirNext-Regular', color: 'lightgray'}} linkStyle={{fontSize: 18, color: 'green'}} />
)
},
It just has not been working. Am I missing something? Thanks.
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Customize Text Messages for Mass Personalized ...
The answer is custom text messages with personalized message text. ... Custom fields help you save info that's unique to individual contacts ...
Read more >Change Required Message Text
If you wish to change the text of your required error messages, navigate to Tools > Text & Translations. Here, you can customize...
Read more >Edit and format messages - Google AdMob Help
Editing message text · Click Privacy & messaging. · Click GDPR. · In the list of messages, click the name of the message...
Read more >Customizing Tab and Message Text
I was just hoping you may be able to help with a simple text editing issue I'm facing. I am simply trying to...
Read more >Set the font or text color for messages you send
For example, you can change the color of your message text or use the font Arial instead of the default Calibri. Click File...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
0.0.3 contains a fix for ignored custom MessageText
Your code should now looks like
Left and Right are for Received and Sent messages styles
@FaridSafi … Sorry this still gives me MessageText is undefined …