Skip to content

Releases: cooperka/react-native-snackbar

v2.8.0

26 Sep 23:22
Compare
Choose a tag to compare

Added

  • Added textAlignCenter: true option for centering Snackbar text (#206)

v2.7.2

26 Sep 23:11
Compare
Choose a tag to compare

Added

  • Added mock for jest tests (#210)

Changed

  • The latest release on npm was stuck on 2.6.2, this should also clear up that issue. The latest version has been 2.7.1 for quite a while but that wasn't the default version pulled in by yarn install.

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