Am new to react native, Am trying to show an alert dialog with cancelable : false
It is not working. When I touch outside my dialog it is closing. Help me with this.
snippet:
Alert.alert(
'',
Strings.str_unexpected_error,
[
{text: 'OK', onPress: () => this.unexpectedBehavior()},
],
{
cancelable: false
}
);
Posting this as answer, might help someone later.
I was using "react-native": "0.32.0"
. This issue was fixed in version 0.33.0
worked fine after updating to latest version (for now 0.36.0
).
@Jickson Thanks for your help.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With