Lines Matching refs:Alert
6 import { Alert, Text, Platform, ScrollView, View } from 'react-native';
200 setTimeout(() => Alert.alert('You clicked on the notification '), 1000);
219 Alert.alert(`We don't have permission to present notifications.`);
230 Alert.alert(`We don't have permission to receive remote notifications.`);
314 Alert.alert(`Set the badge number to ${actualNumber}`);
319 Alert.alert(`Cleared the badge`);
333 Alert.alert(`An error occurred un-registering for notifications: ${e}`);
339 Alert.alert(`You currently have ${presentedNotifications.length} notifications presented`);
344 Alert.alert(`Notifications dismissed`);
350 Alert.alert(`No notifications to be dismissed`);
356 Alert.alert(`Notification dismissed`);
401 Alert.alert(`We don't have permission to receive remote notifications.`);