cooperka / react-native-snackbar

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

enhancement - make this 48 height dynamic #197

Open pe-johndpope opened 2 years ago

pe-johndpope commented 2 years ago
self = [super initWithFrame:CGRectMake(0, [UIScreen mainScreen].bounds.size.height - 48,
                                       [UIScreen mainScreen].bounds.size.width, 48)];

it's too short for my use case - I don't mind the distance to come up higher.

Screen Shot 2022-05-19 at 10 42 23 pm