Skip to content

Releases: cooperka/react-native-snackbar

v2.7.1

10 May 14:01
Compare
Choose a tag to compare

Fixes

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

v2.7.0

09 May 16:34
Compare
Choose a tag to compare

Added

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

v2.6.0

09 May 15:02
Compare
Choose a tag to compare

Added

  • Allow setting bottom margin via marginBottom (#186)

v2.5.0

09 May 14:47
Compare
Choose a tag to compare

Fixes

  • [iOS] Fix superview issue (#198)

v2.4.0

08 Mar 01:15
Compare
Choose a tag to compare

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

24 Jan 21:08
Compare
Choose a tag to compare

Fixes

  • Fixed Android X compatibility (#177)

v2.3.1

22 Dec 23:39
Compare
Choose a tag to compare

Fixes

  • Make numberOfLines type optional (#174)

v2.3.0

17 Dec 02:28
Compare
Choose a tag to compare

Added

  • Allow customizing max numberOfLines (#171)

Changed

  • Minor dependency upgrades

v2.2.4

03 Nov 06:45
Compare
Choose a tag to compare

Fixes

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

v2.2.3

28 Jun 19:51
Compare
Choose a tag to compare

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)