react-native-snackbar icon indicating copy to clipboard operation
react-native-snackbar copied to clipboard

Increase height of snack bar

Open alenseferovic1 opened this issue 4 years ago • 1 comments

Is it possible to increase height of snack bar?

alenseferovic1 avatar Sep 09 '21 13:09 alenseferovic1

@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, }, });

vijaychouhan-rails avatar Aug 08 '22 11:08 vijaychouhan-rails