Skip to content

Releases: cooperka/react-native-snackbar

v0.3.8

05 Jul 16:37
Compare
Choose a tag to compare

Fixed

  • Include RNSnackbar.podspec when publishing (#36)

v0.3.7

03 Jul 02:14
Compare
Choose a tag to compare

Added

  • Added RNSnackbar.podspec for cocoapods (#31)
  • Added a link to Manual Installation to the README (#30)
  • Added a Customization section to the README

Fixed

  • Made action.onPress optional even if action is specified (as would be expected)
  • Fixed installing the example app using yarn install. Yarn for some reason copies in node_modules when installing locally, which caused all sorts of issues running unit tests and the example app.

v0.3.6

27 Apr 13:41
Compare
Choose a tag to compare

Changed

  • Also accept React version >=16.0.0-alpha.6
    • To prevent annoying warnings during npm install

v0.3.5

12 Apr 13:08
Compare
Choose a tag to compare

Added

  • Added Flow typings

Changed

  • Source is now compiled and exported in lib/ (this should have no effect on the average user)

v0.3.4

05 Apr 13:52
Compare
Choose a tag to compare

Fixed

  • Fixed bug with the new feature where we weren't detecting every modal; this only affects people with multiple nested modals

v0.3.3

05 Apr 02:13
Compare
Choose a tag to compare

Added

  • Added a backgroundColor property
  • Added TypeScript typings

Fixed

  • Added support for modals on Android
    • Prior to this fix, the Snackbar would appear underneath them

v0.3.2

18 Mar 19:05
Compare
Choose a tag to compare

Changed

  • Moved source code under src/
  • Tests are no longer published to npm
  • Tweaked README

v0.3.1

28 Jan 02:48
Compare
Choose a tag to compare

Added

  • Integrated with Travis, Jest, and ESLint

Changed

  • Updated the README

v0.3.0

16 Jan 23:11
Compare
Choose a tag to compare

Changed

  • [Breaking] Updated iOS headers for React Native v0.40

v0.2.3

30 Dec 14:52
Compare
Choose a tag to compare
  • Fixed callback crash on older versions of iOS
  • Explicitly set textColor on pre-Lollipop Android devices
  • Made the example projects work again