| /expo/apps/native-component-list/src/screens/ |
| H A D | GestureHandlerListScreen.tsx | 21 onSingleTap={() => alert('Single tap')} 22 onDoubleTap={() => alert('Double tap')} 23 onLongPress={() => alert('Long press')}> 30 onSingleTap={() => alert('Single tap #2!')} 31 onDoubleTap={() => alert('Double tap #2!')} 32 onLongPress={() => alert('Long press #2!')}>
|
| H A D | RemindersScreen.tsx | 62 Alert.alert('This calendar does not allow modifications'); 76 Alert.alert('Reminder saved successfully'); 79 Alert.alert('Reminder not saved successfully', e.message); 86 Alert.alert('Reminder found using getReminderAsync', JSON.stringify(newReminder)); 88 Alert.alert('Error finding reminder', e.message); 95 Alert.alert('This calendar does not allow modifications'); 104 Alert.alert('Reminder saved successfully'); 107 Alert.alert('Reminder not saved successfully', e.message); 115 Alert.alert('Reminder deleted successfully'); 118 Alert.alert('Reminder not deleted successfully', e.message);
|
| H A D | EventsScreen.tsx | 73 Alert.alert('This calendar does not allow modifications'); 105 Alert.alert('Event saved successfully'); 108 Alert.alert('Event not saved successfully', e.message); 118 Alert.alert('Event found using getEventAsync', JSON.stringify(newEvent)); 120 Alert.alert('Error finding event', e.message); 132 Alert.alert('Error finding attendees', e.message); 139 Alert.alert('This calendar does not allow modifications'); 150 Alert.alert('Event saved successfully'); 153 Alert.alert('Event not saved successfully', e.message); 164 Alert.alert('Event deleted successfully'); [all …]
|
| H A D | SecureStoreScreen.tsx | 60 Alert.alert('Success!', 'Value: ' + value + ', stored successfully for key: ' + key, [ 64 Alert.alert('Error!', e.message, [{ text: 'OK', onPress: () => {} }]); 75 Alert.alert('Success!', 'Value: ' + value + ', stored successfully for key: ' + key, [ 79 Alert.alert('Error!', e.message, [{ text: 'OK', onPress: () => {} }]); 90 Alert.alert('Success!', 'Fetched value: ' + fetchedValue, [ 94 Alert.alert('Error!', e.message, [{ text: 'OK', onPress: () => {} }]); 105 Alert.alert('Success!', 'Fetched value: ' + fetchedValue, [ 109 Alert.alert('Error!', e.message, [{ text: 'OK', onPress: () => {} }]); 116 Alert.alert('Success!', 'Value deleted', [{ text: 'OK', onPress: () => {} }]); 118 Alert.alert('Error!', e.message, [{ text: 'OK', onPress: () => {} }]);
|
| H A D | FileSystemScreen.tsx | 46 alert('Download complete!'); 76 alert('Initiate a download first!'); 82 alert('Download paused...'); 127 alert('Download complete!'); 153 alert('Download complete!'); 204 Alert.alert('Result', result); 206 Alert.alert('Error', e.message); 217 Alert.alert('Error', e.message); 228 Alert.alert('Result', result); 230 Alert.alert('Error', e.message); [all …]
|
| H A D | NotificationScreen.tsx | 156 alert(new Date(timestamp!)) 167 }).then((timestamp) => alert(new Date(timestamp!))) 178 }).then((timestamp) => alert(new Date(timestamp!))) 197 // Calling alert(message) immediately fails to show the alert on Android 206 alert(`Status: ${permission.status}`); 211 alert(`Status: ${permission.status}`); 314 Alert.alert(`Set the badge number to ${actualNumber}`); 319 Alert.alert(`Cleared the badge`); 344 Alert.alert(`Notifications dismissed`); 350 Alert.alert(`No notifications to be dismissed`); [all …]
|
| H A D | CalendarsScreen.tsx | 132 Alert.alert('Calendar saved successfully'); 135 Alert.alert('Calendar not saved successfully', e.message); 145 Alert.alert('Calendar saved successfully'); 148 Alert.alert('Calendar not saved successfully', e.message); 153 Alert.alert(`Are you sure you want to delete ${calendar.title}?`, 'This cannot be undone.', [ 163 Alert.alert('Calendar deleted successfully'); 166 Alert.alert('Calendar not deleted successfully', e.message);
|
| H A D | PrintScreen.tsx | 76 Alert.alert('Something went wrong: ', e.message); 90 Alert.alert('Something went wrong: ', e.message); 118 Alert.alert('Something went wrong: ', e.message); 131 Alert.alert('Something went wrong: ', e.message); 176 Alert.alert('Successfully printed to PDF', 'Do you want to print this file to the printer?', [ 191 Alert.alert('Something went wrong: ', e.message);
|
| /expo/home/screens/SettingsScreen/ |
| H A D | ConstantsSection.tsx | 15 // Should have some integrated alert banner 16 Alert.alert('Clipboard', 'The device ID has been copied to your clipboard'); 22 Alert.alert('Clipboard', `The app's version has been copied to your clipboard.`); 25 Alert.alert('Clipboard', `Something went wrong - the app's version is not available.`);
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/AccessibilityResources/en.lproj/ |
| H A D | Localizable.strings | 5 "alert"="alert";
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/AccessibilityResources/en.lproj/ |
| H A D | Localizable.strings | 5 "alert"="alert";
|
| /expo/home/redux/ |
| H A D | SettingsActions.ts | 40 alert('Oops, something went wrong and we were unable to change the preferred appearance'); 55 alert('Oops, something went wrong and we were unable to change dev menu settings!');
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/AccessibilityResources/en.lproj/ |
| H A D | Localizable.strings | 5 "alert"="alert";
|
| /expo/docs/public/static/examples/v46.0.0/tutorial/01-layout/ |
| H A D | Button.js | 14 onPress={() => alert('You pressed a button.')}> 24 <Pressable style={styles.button} onPress={() => alert('You pressed a button.')}>
|
| /expo/docs/public/static/examples/unversioned/tutorial/01-layout/ |
| H A D | Button.js | 14 onPress={() => alert('You pressed a button.')}> 24 <Pressable style={styles.button} onPress={() => alert('You pressed a button.')}>
|
| /expo/docs/public/static/examples/v48.0.0/tutorial/01-layout/ |
| H A D | Button.js | 14 onPress={() => alert('You pressed a button.')}> 24 <Pressable style={styles.button} onPress={() => alert('You pressed a button.')}>
|
| /expo/docs/public/static/examples/v49.0.0/tutorial/01-layout/ |
| H A D | Button.js | 14 onPress={() => alert('You pressed a button.')}> 24 <Pressable style={styles.button} onPress={() => alert('You pressed a button.')}>
|
| /expo/docs/public/static/examples/v47.0.0/tutorial/01-layout/ |
| H A D | Button.js | 14 onPress={() => alert('You pressed a button.')}> 24 <Pressable style={styles.button} onPress={() => alert('You pressed a button.')}>
|
| /expo/apps/native-component-list/src/screens/SVG/examples/ |
| H A D | TouchEvents.tsx | 15 <Circle cx="50%" cy="50%" r="38%" fill="red" onPress={() => alert('Press on Circle')} /> 22 onLongPress={() => alert('Long press on Rect')} 77 <G onPress={() => alert('Pressed on G')}> 87 onPress={() => alert('Pressed on Text')}>
|
| /expo/apps/native-component-list/src/screens/WebBrowser/ |
| H A D | WebBrowserScreen.tsx | 49 Alert.alert('Result', JSON.stringify(result, null, 2)); 58 Alert.alert('Result', JSON.stringify(result, null, 2)); 67 Alert.alert('Result', JSON.stringify(result, null, 2)); 72 Alert.alert('Result', JSON.stringify(result, null, 2));
|
| /expo/packages/eslint-config-universe/__tests__/fixtures/ |
| H A D | web-native-01.js | 7 alert('uh oh');
|
| /expo/home/utils/ |
| H A D | PermissionUtils.ts | 10 return Alert.alert(
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Alert/ |
| H A D | Alert.d.ts | 67 alert: ( property
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Alert/ |
| H A D | Alert.d.ts | 67 alert: ( property
|
| /expo/packages/eslint-config-universe/ |
| H A D | native.js | 27 alert: false,
|