Skip to content

Releases: itinance/redux-saga-rn-alert

[Bugfix] Don't leave the saga on nested alerts prevention

29 Jan 17:55
8e7b910
Compare
Choose a tag to compare
v1.2.7

[Bugfix] Don't leave the saga on nested alerts prevention

Nested calls of alert() will now prevented

29 Jan 16:14
fde42d0
Compare
Choose a tag to compare

Nested alerts will be prevented from now on, as soon as one re-enables them calling preventNestedAlerts(false).

Let's say in your code gets another alert() called while the first one is still open. This could result in unwanted and strage effects.
Since 1.2.6 we will prevent that a subsequent call to alert() will be appear if another alert is still open.

Improved for optional style property (iOS only)

26 Oct 12:40
31b6d9a
Compare
Choose a tag to compare

Added Style-Property for Buttons [iOS only]

25 Oct 11:15
8075e6d
Compare
Choose a tag to compare

Fixes

19 Jun 14:51
8075e6d
Compare
Choose a tag to compare
v1.0.2

Version bump 1.1.3

Fixed README

20 May 09:00
Compare
Choose a tag to compare
v1.0.1

v1.0.1

initial release

20 May 08:50
Compare
Choose a tag to compare
v1.0.0

README