nativescript-snackbar
nativescript-snackbar copied to clipboard
:lollipop: :chocolate_bar: NativeScript plugin for Material Design SnackBar
**Once snackbar display and without waiting for dismiss of snackbar, if I navigate to another screen then it gives an error of TypeError: Cannot read property '_getReason' of null** Full...
file:///data/data/.../files/app/tns_modules/nativescript-snackbar/snackbar.js:28:108 ` _this._snackbar =android.support.design.widget.Snackbar.make(frame_1.topmost().currentPage.android, snackText,3000); ` Can you help me?
Material design for iOS specifies the snackbar to "contain up to two lines of text" (https://material.io/develop/ios/components/snackbars/). But the nativescript snackbar on iOS always clips the text after one line. Is...
If we could set a position property, to maybe say bottom, or top. That would be useful. Just in cases where developers are using it to handle validation alerts.