Skip to content

Releases: arnnis/react-native-toast-notifications

2.3.0

22 Apr 08:21
Compare
Choose a tag to compare
  • AddednormalColor prop for changing the color of normal toasts.

v2.2.0

12 Dec 19:27
Compare
Choose a tag to compare
  • Support custom id for toasts. fixes #18

v2.1.3

13 Oct 07:01
Compare
Choose a tag to compare
  • Compile to .d.ts files to fix type errors on some environments, fixes #13 #14

v2.0.0

07 Oct 13:33
Compare
Choose a tag to compare
  • [ios] use a KeyboardAvoidingView to stop taosts being hidden by keyboard #9 #12

v1.1.2

07 Oct 07:36
Compare
Choose a tag to compare
  • Toast props (placement, offset) now can be used in ToastProvider, when using hooks. fixes #10

v1.1.0

29 Sep 13:59
Compare
Choose a tag to compare
  • Added hook support as an optional way of using the lib. fixes #8

v1.0.9

25 Sep 16:13
Compare
Choose a tag to compare
  • 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

11 Sep 09:04
Compare
Choose a tag to compare
  • Toast now accepts JSX element as message
  • Top placement support
  • Customize toast offset to bottom or top