Skip to content
This repository was archived by the owner on Aug 13, 2018. It is now read-only.
This repository was archived by the owner on Aug 13, 2018. It is now read-only.

SnackBar fails to auto dismiss #29

@jqn

Description

@jqn

Hi, thanks for this awesome component. I was trying it out and figured that it fails to auto dismiss .
On android it happens all the time and with iOS it does randomly.

Here is an example of how I'm using this component:

      SnackBar.show(
          'Successful submission',
          {
            duration: 2000,
            position: 'top',
          }
        );
      SnackBar.show(
          'Successful submission',
          {
            position: 'top',
          }
        );
      SnackBar.show(
          'Successful submission',
          {
            duration: 2000,
            position: 'top',
            isStatic: true,
            confirmText: 'X',
            onConfirm: () => {
            SnackBar.dismiss()
            },
          }
        );

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions