robcalcroft / react-native-in-app-notification

:bell: Customisable in-app notification component for React Native
MIT License
270 stars 78 forks source link

Auto height feature to accommodate varying length of texts #54

Open abhishek-pathak-tw opened 3 years ago

abhishek-pathak-tw commented 3 years ago

The height needs to be explicity set to a particular value (including the default 80 unit value). Is there any way to set it to auto so that it's height is determined by text inside.

robcalcroft commented 3 years ago

Not currently I'm afraid! If you'd like to contribute that feature I will happily take a look at any pull requests