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

:candy: Material Design "Snackbar" component for Android and iOS.

Results 38 react-native-snackbar issues
Sort by recently updated
recently updated
newest added

Is it possible to increase height of snack bar?

NSInvalidArgumentExceptionRNSnackBarView.m:184 Unable to parse constraint format: Unable to interpret '|' character, because the related view doesn't have a superview V:[self(>=48)]| ^ we are getting this exception for only iOS 15...

bug

I'm getting error **_Cannot read property 'LENGTH_LONG' of undefined_** when i do `yarn test` i'm using version **2.4.0** Environment react-native: 0.65.2 => 0.65.2 Steps i did so far - yarn...

See #15 This allows a bottom margin to be set. This can be used to place the snackbar above navigational elements such as a tab bar at the bottom of...

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.

Hey been using your package for a while. One concern I have is that Snackbars on iPad are full width compared to on Android where they only take up the...

enhancement

fix for crash when there's no superview. (Haven't tested this yet. should work fine as the exception from present will bubble up and be caught)

Is there anyway I can add icon when displaying the message ![image](https://user-images.githubusercontent.com/19475836/89765012-2c6b4f80-dafe-11ea-8acb-21ed1fc0a9f8.png)

enhancement

Implement events with snackbar visibility. It's a native feature on android : https://stackoverflow.com/a/33076569