cooperka / react-native-snackbar

:candy: Material Design "Snackbar" component for Android and iOS.
Other
815 stars 150 forks source link

Allow customizing max numberOfLines #171

Closed valdio closed 3 years ago

valdio commented 3 years ago

Fix for issue https://github.com/cooperka/react-native-snackbar/issues/110

iOS Android
ezgif com-gif-maker ezgif com-gif-maker (1)
valdio commented 3 years ago

Hi @cooperka 👋 Thanks for this awesome implementation of the mobile snackbars.

If you don't mind can you please review my PR? 🙏 I really would like to have this feature integrated into the library.

cooperka commented 3 years ago

Thank you @valdio! Great PR, I just split out the upgrades into https://github.com/cooperka/react-native-snackbar/commit/f6b3efd56f74cd6234cd85fdc0161a40eaa9b8be which was merged separately (to keep the PR diff cleaner and more readable).

Tested and verified on Android, untested on iOS. Will release shortly.