Skip to content

Releases: cooperka/react-native-snackbar

v0.5.1

04 Sep 21:43
Compare
Choose a tag to compare

Fixed

  • [Android] Updated the default buildToolsVersion to fix compile errors on some projects (#86)

Changed

  • [Android] Updated the default supportLibVersion to latest

v0.5.0

16 Aug 03:07
Compare
Choose a tag to compare

Changed

  • Updated versions in build.gradle to support breaking changes from React Native v0.56 (#85) [Android]
  • Updated README troubleshooting guide with new required versions [iOS and Android]

v0.4.7

26 May 20:16
Compare
Choose a tag to compare

Changed

  • Minor documentation improvements

v0.4.6

22 Feb 14:26
Compare
Choose a tag to compare

Fixed

  • Support iPhone X screen insets (#65)

v0.4.5

20 Feb 15:03
Compare
Choose a tag to compare

Fixes

  • Fixed crash on Android when repeatedly tapping the action button (#64)

v0.4.4

15 Nov 15:01
Compare
Choose a tag to compare

Added

  • Implement requiresMainQueueSetup for RN v0.50 warnings (#51)

v0.4.3

25 Oct 01:56
Compare
Choose a tag to compare

Fixed

  • Reduced iOS DEPLOYMENT_TARGET to the standard 8.0 (previously it had been set to 9.1, which caused Xcode warnings on some projects)

v0.4.2

03 Oct 01:45
Compare
Choose a tag to compare

Added

  • Added an iOS accessibility identifier to the Snackbar to help with UI testing (#45)

v0.4.1

04 Aug 04:59
Compare
Choose a tag to compare

Changed

  • Removed @Override annotation to support React Native v0.47 on Android (#40)
    • This change is backwards compatible and shouldn't affect apps running earlier versions of React Native

v0.4.0

26 Jul 05:23
Compare
Choose a tag to compare

Added

  • Added a dismiss method to hide any active Snackbar (#35)
    • This feature requires updated native code to work (e.g. simply re-build your app using react-native run-ios)