Releases: itinance/redux-saga-rn-alert
Releases · itinance/redux-saga-rn-alert
[Bugfix] Don't leave the saga on nested alerts prevention
Nested calls of alert() will now prevented
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)
v1.1.5 v1.1.5
Added Style-Property for Buttons [iOS only]
v1.1.3 Version bump 1.1.3
Fixes
Fixed README
v1.0.1 v1.0.1
initial release
v1.0.0 README