Home
last modified time | relevance | path

Searched refs:sourceId (Results 1 – 18 of 18) sorted by relevance

/expo/packages/expo-camera/src/
H A DWebUserMediaManager.ts12 const optionalSource = (id) => ({ optional: [{ sourceId: id }] });
/expo/packages/expo-camera/build/
H A DWebUserMediaManager.js9 const optionalSource = (id) => ({ optional: [{ sourceId: id }] }); property
H A DWebUserMediaManager.js.map1 …ps): Promise<any[]> {\n const optionalSource = (id) => ({ optional: [{ sourceId: id }] });\n\n c…
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dcalendar.mdx71 sourceId: defaultCalendarSource.id,
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dcalendar.mdx71 sourceId: defaultCalendarSource.id,
/expo/packages/expo-calendar/ios/EXCalendar/
H A DEXCalendar.m131 NSString *sourceId = details[@"sourceId"];
156 if (sourceId) {
157 calendar.source = [self.eventStore sourceWithIdentifier:sourceId];
744 getSourceByIdAsync:(NSString *)sourceId
748 EKSource *source = [self.eventStore sourceWithIdentifier:sourceId];
751 [NSString stringWithFormat:@"Source with id %@ was not found", sourceId],
/expo/ios/versioned/sdk47/EXCalendar/EXCalendar/
H A DABI47_0_0EXCalendar.m131 NSString *sourceId = details[@"sourceId"];
156 if (sourceId) {
157 calendar.source = [self.eventStore sourceWithIdentifier:sourceId];
744 getSourceByIdAsync:(NSString *)sourceId
748 EKSource *source = [self.eventStore sourceWithIdentifier:sourceId];
751 [NSString stringWithFormat:@"Source with id %@ was not found", sourceId],
/expo/ios/versioned/sdk49/EXCalendar/EXCalendar/
H A DABI49_0_0EXCalendar.m131 NSString *sourceId = details[@"sourceId"];
156 if (sourceId) {
157 calendar.source = [self.eventStore sourceWithIdentifier:sourceId];
744 getSourceByIdAsync:(NSString *)sourceId
748 EKSource *source = [self.eventStore sourceWithIdentifier:sourceId];
751 [NSString stringWithFormat:@"Source with id %@ was not found", sourceId],
/expo/ios/versioned/sdk48/EXCalendar/EXCalendar/
H A DABI48_0_0EXCalendar.m131 NSString *sourceId = details[@"sourceId"];
156 if (sourceId) {
157 calendar.source = [self.eventStore sourceWithIdentifier:sourceId];
744 getSourceByIdAsync:(NSString *)sourceId
748 EKSource *source = [self.eventStore sourceWithIdentifier:sourceId];
751 [NSString stringWithFormat:@"Source with id %@ was not found", sourceId],
/expo/packages/expo-calendar/build/
H A DCalendar.d.ts38 sourceId?: string;
H A DCalendar.js.map1 …any other\n * locally stored calendars.\n * @platform ios\n */\n sourceId?: string;\n /**\…
/expo/docs/pages/versions/unversioned/sdk/
H A Dcalendar.mdx116 sourceId: defaultCalendarSource.id,
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dcalendar.mdx116 sourceId: defaultCalendarSource.id,
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dcalendar.mdx116 sourceId: defaultCalendarSource.id,
/expo/apps/native-component-list/src/screens/
H A DCalendarsScreen.tsx112 sourceId: this.state.calendars.find((cal) => cal.source && cal.source.name === 'Default')
/expo/packages/expo-calendar/src/
H A DCalendar.ts51 sourceId?: string;
/expo/packages/expo-calendar/
H A DCHANGELOG.md199 - `createCalendarAsync` now uses default calendar for given `entityType` if `sourceId` parameter (i…
/expo/apps/test-suite/tests/
H A DCalendar.js15 sourceId: await pickCalendarSourceIdAsync(), property