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

Alert.alert not working in React native iOS, but perfectly fine in Android

$
0
0

Please check the code ,

import { 
  Alert,
} from 'react-native';




Alert.alert('Login Failed',
            'Multiple Logins Are Found. \n Logout From All Other Devices to Continue.',
             [
               {
                  text: 'Proceed ?',
                  onPress: () => {

                },
                {
                  text: 'No',
                  onPress: () => {},
                },
              ],
              {cancelable: false},
          );

This snippet will work fine in android but not showing in iOS. why ?


Viewing all articles
Browse latest Browse all 30010

Trending Articles



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