Searched refs:sourceId (Results 1 – 18 of 18) sorted by relevance
| /expo/packages/expo-camera/src/ |
| H A D | WebUserMediaManager.ts | 12 const optionalSource = (id) => ({ optional: [{ sourceId: id }] });
|
| /expo/packages/expo-camera/build/ |
| H A D | WebUserMediaManager.js | 9 const optionalSource = (id) => ({ optional: [{ sourceId: id }] }); property
|
| H A D | WebUserMediaManager.js.map | 1 …ps): Promise<any[]> {\n const optionalSource = (id) => ({ optional: [{ sourceId: id }] });\n\n c…
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | calendar.mdx | 71 sourceId: defaultCalendarSource.id,
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | calendar.mdx | 71 sourceId: defaultCalendarSource.id,
|
| /expo/packages/expo-calendar/ios/EXCalendar/ |
| H A D | EXCalendar.m | 131 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 D | ABI47_0_0EXCalendar.m | 131 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 D | ABI49_0_0EXCalendar.m | 131 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 D | ABI48_0_0EXCalendar.m | 131 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 D | Calendar.d.ts | 38 sourceId?: string;
|
| H A D | Calendar.js.map | 1 …any other\n * locally stored calendars.\n * @platform ios\n */\n sourceId?: string;\n /**\…
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | calendar.mdx | 116 sourceId: defaultCalendarSource.id,
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | calendar.mdx | 116 sourceId: defaultCalendarSource.id,
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | calendar.mdx | 116 sourceId: defaultCalendarSource.id,
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | CalendarsScreen.tsx | 112 sourceId: this.state.calendars.find((cal) => cal.source && cal.source.name === 'Default')
|
| /expo/packages/expo-calendar/src/ |
| H A D | Calendar.ts | 51 sourceId?: string;
|
| /expo/packages/expo-calendar/ |
| H A D | CHANGELOG.md | 199 - `createCalendarAsync` now uses default calendar for given `entityType` if `sourceId` parameter (i…
|
| /expo/apps/test-suite/tests/ |
| H A D | Calendar.js | 15 sourceId: await pickCalendarSourceIdAsync(), property
|