react-native-toast-message

Animated toast message component for React Native

MIT License

Downloads
697.4K
Stars
1.7K
Committers
31

Bot releases are visible (Hide)

react-native-toast-message - v1.4.7

Published by calintamas over 3 years ago

Fixed

  • Fix proptype regression (#151)
react-native-toast-message - v1.4.6

Published by calintamas over 3 years ago

Fixed

  • Fix type declaration file (#148)
react-native-toast-message - v1.4.5

Published by calintamas over 3 years ago

Fixed

  • Remove dependency on ViewPropTypes (#147)
react-native-toast-message - v1.4.4

Published by calintamas over 3 years ago

Changed

  • Move eslint-plugin-prettier to dev dependencies (#135)
  • Increase the threshold to register a swipe on the toast container (#144)
react-native-toast-message - v1.4.3

Published by calintamas almost 4 years ago

Fixed

react-native-toast-message - v1.4.2

Published by calintamas almost 4 years ago

Fixed

  • Fix onPress handler for custom components, fixes #113
react-native-toast-message - v1.4.1

Published by calintamas almost 4 years ago

Fixed

  • Fix type declaration file, fixes #109
react-native-toast-message - v1.4.0

Published by calintamas almost 4 years ago

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
react-native-toast-message - v1.3.7

Published by calintamas almost 4 years ago

Added

Fixed

react-native-toast-message - v1.3.6

Published by calintamas almost 4 years ago

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
react-native-toast-message -

Published by calintamas almost 4 years ago

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)
react-native-toast-message - v1.3.4

Published by calintamas about 4 years ago

Fixed

react-native-toast-message -

Published by calintamas about 4 years ago

Fixed

react-native-toast-message - v1.3.2

Published by calintamas about 4 years ago

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)
react-native-toast-message -

Published by calintamas over 4 years ago

Fixed

  • Fix typescript import err
react-native-toast-message -

Published by calintamas over 4 years ago

Added

  • Swipe to dismiss gesture
react-native-toast-message -

Published by calintamas over 4 years ago

Fixed

  • #6 Android status bar has bottom shadow
react-native-toast-message -

Published by calintamas over 4 years ago

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