Talor-A / react-native-message-bar

A notification bar alert displayed at the top of the screen for react-native
MIT License
55 stars 27 forks source link

Disable Dismiss #19

Closed nixon-traction closed 6 years ago

nixon-traction commented 6 years ago

Could be a feature to disable dismissing the message bar.

Talor-A commented 6 years ago

does this not work for you?

MessageBarManager.showAlert({
  alertType: 'info',
  message: 'test',
  shouldHideAfterDelay:false,
  shouldHideOnTap:false
})