Home
last modified time | relevance | path

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

/expo/packages/expo-notifications/build/
H A DscheduleNotificationAsync.js205 const anyTriggerType = trigger;
207 if (!(component in anyTriggerType)) {
210 if (typeof anyTriggerType[component] !== 'number') {
215 const { month } = anyTriggerType;
222 const { day, month } = anyTriggerType;
230 const { weekday } = anyTriggerType;
237 const { hour } = anyTriggerType;
244 const { minute } = anyTriggerType;
H A DscheduleNotificationAsync.js.map1anyTriggerType = trigger as any;\n components.forEach((component) => {\n if (!(component in an…
/expo/packages/expo-notifications/src/
H A DscheduleNotificationAsync.ts273 const anyTriggerType = trigger as any; constant
275 if (!(component in anyTriggerType)) {
278 if (typeof anyTriggerType[component] !== 'number') {
283 const { month } = anyTriggerType;
290 const { day, month } = anyTriggerType;
300 const { weekday } = anyTriggerType;
309 const { hour } = anyTriggerType;
316 const { minute } = anyTriggerType;