Releases: calintamas/react-native-toast-message
Releases · calintamas/react-native-toast-message
v1.4.7
Fixed
- Fix proptype regression (#151)
v1.4.6
Fixed
- Fix type declaration file (#148)
v1.4.5
Fixed
- Remove dependency on ViewPropTypes (#147)
v1.4.4
Changed
- Move eslint-plugin-prettier to dev dependencies (#135)
- Increase the threshold to register a swipe on the toast container (#144)
v1.4.2
Fixed
- Fix
onPress
handler for custom components, fixes #113
v1.4.1
Fixed
- Fix type declaration file, fixes #109
v1.4.0
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.6
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