Skip to content

Releases: jeongshin/react-native-global-components

Release 1.3.2

29 Jun 08:29

Choose a tag to compare

Release 1.3.1

05 Feb 07:46

Choose a tag to compare

1.3.1 (2025-02-05)

Release 1.3.0

11 Jul 11:58

Choose a tag to compare

1.3.0 (2024-07-11)

πŸš€ Features

  • add shouldWaitForUserInteraction option (26c038e)

Release 1.2.0

11 Jul 04:32

Choose a tag to compare

1.2.0 (2024-07-11)

πŸš€ Features

πŸ› Bug Fixes

  • handle batch update after react18 (741ce8b)

Release 1.1.4

26 Dec 03:13

Choose a tag to compare

1.1.4 (2023-12-26)

πŸ› Bug Fixes

  • ignore reduce motion settings for default (e8e1067)

Release 1.1.3

07 May 06:58

Choose a tag to compare

1.1.3 (2023-05-07)

πŸ› Bug Fixes

  • wait for previous dismiss animation on show (335b087)

Release 1.1.2

05 May 05:18

Choose a tag to compare

1.1.2 (2023-05-05)

πŸš€ Features

  • [useHideOnAndroidBackPress] add backHandler option (f2f3665)

Release 1.1.1

25 Apr 10:47

Choose a tag to compare

1.1.1 (2023-04-25)

✨ Refactor

  • remove rxjs from deps & update peer deps (ae83078)

Release 1.1.0

19 Apr 08:20

Choose a tag to compare

1.1.0 (2023-04-19)

πŸš€ Features

  • add PopupManager for hide all currently visible popups (3554de3)
import { PopupManager } from 'react-native-global-components';

PopupManager.hideAll();

Release 1.0.1

13 Apr 03:32

Choose a tag to compare

1.0.1 (2023-04-13)

πŸš€ Features

  • add onPress to FullScreenOverlay (2dcf2c6)