Skip to content

Releases: calintamas/react-native-toast-message

v1.3.5

24 Nov 13:16
Compare
Choose a tag to compare

Added

Fixed

  • In case of RTL the text will start from the right (timorss in #84)
  • null is not an object (evaluating 'this._ref.show') #89 (rogerkerse in #90)

v1.3.4

01 Oct 18:16
Compare
Choose a tag to compare

Fixed

v1.3.3

05 Sep 14:59
Compare
Choose a tag to compare

Fixed

v1.3.2

14 Aug 19:58
Compare
Choose a tag to compare

Changed

  • Given texts text1 and text2 are rendered conditionally now (sardok in #40)

Fixed

  • Custom toast does not hide completely if its height is greater than the default 60 (#35)

v1.3.1

01 Jun 07:11
Compare
Choose a tag to compare

Fixed

  • Fix typescript import err

v1.3.0

11 Mar 11:12
Compare
Choose a tag to compare

Added

  • Render custom toast types using a config prop
  • A default info type toast
  • onShow and onHide callbacks when using Toast.show({ onShow, onHide })

Changed

  • autoHide is now true by default

Removed

  • renderSuccessToast and renderErrorToast props are no longer relevant, so they were removed

Fixed

  • onHide is called when the toast is dismissed by a swipe gesture

v1.2.3

11 Mar 11:12
Compare
Choose a tag to compare

Fixed

  • #6 Android status bar has bottom shadow

v1.2.2

11 Mar 11:13
Compare
Choose a tag to compare

Added

  • Swipe to dismiss gesture