Skip to content

Releases: cooperka/react-native-snackbar

v2.3.0

17 Dec 02:28

Choose a tag to compare

Added

  • Allow customizing max numberOfLines (#171)

Changed

  • Minor dependency upgrades

v2.2.4

03 Nov 06:45

Choose a tag to compare

Fixes

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

v2.2.3

28 Jun 19:51

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)

v2.2.2

26 May 22:50

Choose a tag to compare

Changes

  • Reduced size of npm package (#153) [for real this time]

v2.2.1

23 May 19:09

Choose a tag to compare

Changes

  • Reduced size of npm package (#153) [unsuccessfully]

v2.2.0

21 Jan 02:53

Choose a tag to compare

Added

  • [Android only] Support fontFamily prop (#117)
  • [Android only] Support rtl prop (#117)

v2.1.1

21 Jan 02:51

Choose a tag to compare

Changes

  • Minor improvement to readme

v2.1.0

17 Jan 22:07

Choose a tag to compare

Changes

  • Deprecated the title and color options in favor of text and textColor for both the main Snackbar and the action button
    • The old keys will continue to work for now, but will cause console warnings as of v2.1.0

v2.0.5

17 Jan 22:05

Choose a tag to compare

Fixes

  • [Android] Fixed ReadableMap access for the action button causing an error if you didn't specify an explicit color

v2.0.4

06 Dec 23:35

Choose a tag to compare

Changes

  • Improved the troubleshooting section of the readme