Skip to content

Releases: cooperka/react-native-snackbar

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)

v2.2.2

26 May 22:50
Compare
Choose a tag to compare

Changes

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

v2.2.1

23 May 19:09
Compare
Choose a tag to compare

Changes

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

v2.2.0

21 Jan 02:53
Compare
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
Compare
Choose a tag to compare

Changes

  • Minor improvement to readme

v2.1.0

17 Jan 22:07
Compare
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
Compare
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
Compare
Choose a tag to compare

Changes

  • Improved the troubleshooting section of the readme

v2.0.3

18 Oct 03:32
Compare
Choose a tag to compare

Changes

  • Always use white fallback color for title now, if no color specified (#126)
    • This is because as of React Native v0.60 android:textColor is set to black
  • Upgraded babel version significantly (should have no impact, but you never know)