Home
last modified time | relevance | path

Searched refs:toTimestamp (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-notifications/build/
H A DscheduleNotificationAsync.js152 return { type: 'date', timestamp: toTimestamp(trigger) };
154 return { type: 'date', timestamp: toTimestamp(trigger.date), channelId: trigger.channelId };
156 function toTimestamp(date) { function
H A DscheduleNotificationAsync.js.map1toTimestamp(trigger) };\n }\n return { type: 'date', timestamp: toTimestamp(trigger.date), chan…
/expo/packages/expo-notifications/src/
H A DscheduleNotificationAsync.ts193 return { type: 'date', timestamp: toTimestamp(trigger) };
195 return { type: 'date', timestamp: toTimestamp(trigger.date), channelId: trigger.channelId };
198 function toTimestamp(date: number | Date) { function