Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16552

Alert.alert not working for IOS in react native

$
0
0

I have used Alert.alert with ok button (on ok button click have added redirection) in react native. Its working fine on android but on IOS Alert shows but its getting closed immediately.

Alert.alert(  
        'Alert Title',  
        'My Alert Msg',  
        [   
            {
              text: 'OK', onPress: () => {this.props.navigation.navigate('Dashboard')}
            },  
        ],
        { cancelable: false }
    );  

Viewing all articles
Browse latest Browse all 16552

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>