Releases: arnnis/react-native-toast-notifications
Releases · arnnis/react-native-toast-notifications
2.3.0
- Added
normalColor
prop for changing the color of normal toasts.
v2.2.0
- Support custom id for toasts. fixes #18
v2.1.3
- Compile to .d.ts files to fix type errors on some environments, fixes #13 #14
v2.0.0
- [ios] use a KeyboardAvoidingView to stop taosts being hidden by keyboard #9 #12
v1.1.2
- Toast props (placement, offset) now can be used in
ToastProvider
, when using hooks. fixes #10
v1.1.0
- Added hook support as an optional way of using the lib. fixes #8
v1.0.9
- added
successColor
, dangerColor
, warningColor
to Toast props
- added onPress event to
toast.show()
. fixes #7
- fixed an issue when several
toast.show()
is called at same time, fixes #4
v1.0.7
- Toast now accepts JSX element as message
- Top placement support
- Customize toast offset to bottom or top