Skip to content

Releases: calintamas/react-native-toast-message

v1.4.7

17 Feb 16:17
Compare
Choose a tag to compare

Fixed

  • Fix proptype regression (#151)

v1.4.6

14 Feb 16:48
Compare
Choose a tag to compare

Fixed

  • Fix type declaration file (#148)

v1.4.5

14 Feb 16:48
Compare
Choose a tag to compare

Fixed

  • Remove dependency on ViewPropTypes (#147)

v1.4.4

10 Feb 07:02
Compare
Choose a tag to compare

Changed

  • Move eslint-plugin-prettier to dev dependencies (#135)
  • Increase the threshold to register a swipe on the toast container (#144)

v1.4.3

16 Jan 16:16
Compare
Choose a tag to compare

Fixed

v1.4.2

15 Dec 13:16
Compare
Choose a tag to compare

Fixed

  • Fix onPress handler for custom components, fixes #113

v1.4.1

07 Dec 20:18
Compare
Choose a tag to compare

Fixed

  • Fix type declaration file, fixes #109

v1.4.0

07 Dec 20:13
Compare
Choose a tag to compare

Added

  • Add onPress to Toast.show method, fixes #86
  • Export BaseToast component to allow styling, fixes #50, #68, #87, #97
  • Add topOffset, bottomOffset and visibilityTime as instance props, fixes #98
  • When shown with position: bottom, Toast is now Keyboard aware, fixes #65

v1.3.7

30 Nov 17:35
Compare
Choose a tag to compare

Added

Fixed

v1.3.6

25 Nov 20:42
Compare
Choose a tag to compare

Fixed

  • Custom render props are now part of the initial state. This removes the need to use optional chaining when defining the a custom toast config