React native – Close alert dialog when background screen changes to other screen
I am showing an alert dialog using react native code in my android phone. This will be shown when user clicks a button on the screen. Alert.alert( title, message, [ { text: buttonNegativeText, style: 'cancel', onPress: () => { onNegativePress();…