React Native Snackbar Versions Save

:candy: Material Design "Snackbar" component for Android and iOS.

v2.7.1

1 year ago

Fixes

  • [iOS] Fixed Property 'textLabel' not found on object error

v2.7.0

1 year ago

Added

  • Added visibility events such as show, dismiss, timeout, etc. (#191)

v2.6.0

1 year ago

Added

  • Allow setting bottom margin via marginBottom (#186)

v2.5.0

1 year ago

Fixes

  • [iOS] Fix superview issue (#198)

v2.4.0

3 years ago

Fixes

  • [Android] Show Snackbar over most recent modal when there are multiple (#179)
    • This is intended to fix a long-standing bug where the Snackbar sometimes attaches to the wrong modal. It MAY change current behavior for specific kinds of modals that used to work the old way; please report any bad behavior in the PR #179 (along with an example app if possible).

v2.3.2

3 years ago

Fixes

  • Fixed Android X compatibility (#177)

v2.3.1

3 years ago

Fixes

  • Make numberOfLines type optional (#174)

v2.3.0

3 years ago

Added

  • Allow customizing max numberOfLines (#171)

Changed

  • Minor dependency upgrades

v2.2.4

3 years ago

Fixes

  • [iOS] Fix xcode 12 compatibility (#167)

v2.2.3

3 years ago

Fixes

  • [Android] Handle invalid parent view, preventing a possible crash (#144)
  • [Android] Display if view is not focused but no modals are shown either (#155)