mochixuan / react-native-smart-tip

🔥🔥🔥Toast , SnackBar , Modal , Show Toast above Modal
247 stars 37 forks source link

Disable SnackBar ellipsis and show full text message #27

Closed girish54321 closed 4 years ago

girish54321 commented 4 years ago

Hi my friend i want to show full text message but show only some part of text and other is like "..." can you help me with that 20200714_120010

mochixuan commented 4 years ago

I have added an attribute numberOfLines to Snackbar, the default is equal to 1, you can modify it to 10 or greater. This is the parameter that limits the maximum number of rows. In the latest version 2.2.1

girish54321 commented 4 years ago

Thanks @mochixuan works very nicely

numberOfLines: 3

closing this issue..