Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delayed message #30

Open
mquestionable opened this issue Apr 12, 2017 · 2 comments
Open

Delayed message #30

mquestionable opened this issue Apr 12, 2017 · 2 comments

Comments

@mquestionable
Copy link

mquestionable commented Apr 12, 2017

Hi,
Message have 2 seconds delay before it shows up after calling it. What can cause that delay? I test it on emulator as well on real device.

Thanks

Edit:
Okay, so it's little bit faster by adding these:
durationToShow: 0, durationToHide: 0
but it's still not satisfying as after spinner there is delay that I'd like to get rid of if possible.

@GrishmaM
Copy link

im facing the same issue
can anyone help ?

@rochapablo
Copy link

Yep! same here.

show (nextProps) {
    console.log('fast')
    // slow
    MessageBarManager.showAlert({
      ...
      duration: 10000,
      durationToShow: 0,
      durationToHide: 0
    })
  }

denniszxxc pushed a commit to denniszxxc/react-native-message-bar that referenced this issue Aug 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants