Skip to content

Releases: sivantha96/react-native-trays

v0.11.0

15 Aug 04:58

Choose a tag to compare

0.11.0 (2025-08-15)

Features

  • add methods to get active tray and tray stack from TrayProvider (1d5eb37)

v0.10.1

29 Jul 16:23

Choose a tag to compare

0.10.1 (2025-07-29)

Bug Fixes

  • remove redundant key prop from Animated.View in TrayRenderer component (e54f2eb)

v0.10.0

28 Jul 16:55

Choose a tag to compare

0.10.0 (2025-07-28)

Features

  • add keyboard-aware tray height and max height clipping (c90b252)

v0.9.0

18 Jul 06:10

Choose a tag to compare

0.9.0 (2025-07-18)

Features

  • add swipe-to-close gesture and tray lifecycle callbacks (77b94f3)

v0.8.0

18 Jul 04:53

Choose a tag to compare

0.8.0 (2025-07-18)

Features

  • add swipe-to-close gesture support for trays with direction based on position (355575a)
  • implement platform-aware unique ID generation for tray items (12b8b0c)

v0.7.0

17 Jul 13:03

Choose a tag to compare

0.7.0 (2025-07-17)

Bug Fixes

  • make expo-blur dependency optional with dynamic import (c13408b)

Features

  • add layout animation controls (18f5199)

v0.6.2

10 Jul 06:35

Choose a tag to compare

0.6.2 (2025-07-10)

Bug Fixes

  • add backdropPointerEvents prop to customize backdrop touch handling (07fe75b)

v0.6.1

09 Jul 16:23

Choose a tag to compare

0.6.1 (2025-07-09)

Bug Fixes

  • append new tray instead of replacing when tray key doesn't exist in stack (7efc24c)

v0.6.0

09 Jul 16:08

Choose a tag to compare

0.6.0 (2025-07-09)

Features

  • add auto-push behavior to replace() when tray stack is empty (7cc9ecf)

v0.5.1

25 Jun 19:48

Choose a tag to compare

0.5.1 (2025-06-25)

Bug Fixes

  • fix dismissOnBackdropPress getting ignored issue (4a4c0b9)