Skip to content

Releases: kurucaner/smooth-push

1.5.0

31 Jan 16:30
Compare
Choose a tag to compare

[1.5.0] - 2025-31-01

Added

  • New stickColor prop to customize the bottom indicator color
    show({
      message: "Hello World",
      toastType: "success",
      config: {
        stickColor: "#ff0000"
      }
    });

Changed

  • None

Fixed

  • None

1.4.0

26 Jan 14:28
Compare
Choose a tag to compare
  • Removed expo-blur dependency to support bare React Native projects

1.3.0

16 Jan 03:33
Compare
Choose a tag to compare

Worket issue is resolved

1.2.0

15 Jan 14:54
Compare
Choose a tag to compare

NPM package name updated to smooth-push

1.1.0 - MVP

14 Jan 23:50
Compare
Choose a tag to compare
1.1.0 finished