I'm trying to use the Button component with multiple lines of text, is it even possible?
I was looking at the source code and found that the Text component of the Button have a fixed prop numberOfLines={1}. Maybe it should be possible to customize the Text component passing something like textProps?
I know that multiline button goes agains material design guide lines, but... is it possible?
I'm trying to use the
Buttoncomponent with multiple lines of text, is it even possible?I was looking at the source code and found that the
Textcomponent of theButtonhave a fixed propnumberOfLines={1}. Maybe it should be possible to customize theTextcomponent passing something liketextProps?I know that multiline button goes agains material design guide lines, but... is it possible?