Last updated 6 years ago
import { Snack } from '@dormakaba/digital-reactnative-visual'; <Snack ref={(c) => { this.snack = c; }} error message="Lorem ipsum..." /> // to show use function on ref this.snack.show(); // to hide use function on ref this.snack.hide();
Name
Type
Description
message
string
message to show
*
all of
notification