cooperka / react-native-snackbar

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

Increase height of snack bar #190

Open alenseferovic1 opened 2 years ago

alenseferovic1 commented 2 years ago

Is it possible to increase height of snack bar?

vijaychouhan-rails commented 1 year ago

@alenseferovic1

Snackbar.show({ text: message, duration: duration, numberOfLines: 4, //Add number of line max you can backgroundColor: isError ? colors.danger : colors.black, action: { text: i18n.t('btn.close', {language: i18n.currentLocale()}), textColor: colors.yellow, onPress: Snackbar.dismiss, }, });