| /expo/packages/expo-calendar/ios/EXCalendar/ |
| H A D | EXCalendar.m | 293 NSString *notes = details[@"notes"]; 352 if (notes) { 353 calendarEvent.notes = notes; 354 } else if (details[@"notes"] == [NSNull null]) { 355 calendarEvent.notes = nil; 579 NSString *notes = details[@"notes"]; 622 if (notes) { 623 reminder.notes = notes; 624 } else if (details[@"notes"] == [NSNull null]) { 625 reminder.notes = nil;
|
| H A D | EXCalendarConverter.m | 188 serializedItem[@"notes"] = EXNullIfNil(item.notes);
|
| /expo/ios/versioned/sdk47/EXCalendar/EXCalendar/ |
| H A D | ABI47_0_0EXCalendar.m | 293 NSString *notes = details[@"notes"]; 352 if (notes) { 353 calendarEvent.notes = notes; 354 } else if (details[@"notes"] == [NSNull null]) { 355 calendarEvent.notes = nil; 579 NSString *notes = details[@"notes"]; 622 if (notes) { 623 reminder.notes = notes; 624 } else if (details[@"notes"] == [NSNull null]) { 625 reminder.notes = nil;
|
| /expo/ios/versioned/sdk49/EXCalendar/EXCalendar/ |
| H A D | ABI49_0_0EXCalendar.m | 293 NSString *notes = details[@"notes"]; 352 if (notes) { 353 calendarEvent.notes = notes; 354 } else if (details[@"notes"] == [NSNull null]) { 355 calendarEvent.notes = nil; 579 NSString *notes = details[@"notes"]; 622 if (notes) { 623 reminder.notes = notes; 624 } else if (details[@"notes"] == [NSNull null]) { 625 reminder.notes = nil;
|
| /expo/ios/versioned/sdk48/EXCalendar/EXCalendar/ |
| H A D | ABI48_0_0EXCalendar.m | 293 NSString *notes = details[@"notes"]; 352 if (notes) { 353 calendarEvent.notes = notes; 354 } else if (details[@"notes"] == [NSNull null]) { 355 calendarEvent.notes = nil; 579 NSString *notes = details[@"notes"]; 622 if (notes) { 623 reminder.notes = notes; 624 } else if (details[@"notes"] == [NSNull null]) { 625 reminder.notes = nil;
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/TypeSafety/ |
| H A D | ABI49_0_0RCTTypedModuleConstants.mm | 27 // See subclassing notes in
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/TypeSafety/ |
| H A D | ABI47_0_0RCTTypedModuleConstants.mm | 27 // See subclassing notes in https://developer.apple.com/documentation/foundation/nsdictionary#//app…
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/TypeSafety/ |
| H A D | ABI48_0_0RCTTypedModuleConstants.mm | 27 // See subclassing notes in
|
| /expo/packages/expo-calendar/build/ |
| H A D | Calendar.d.ts | 191 notes: string; 315 notes?: string;
|
| /expo/packages/@expo/prebuild-config/ |
| H A D | CHANGELOG.md | 51 …only](https://developer.apple.com/documentation/xcode-release-notes/xcode-14-release-notes), min i…
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | ActionSheetScreen.tsx | 190 <Text style={styles.notes}> 212 notes: {
|
| H A D | RemindersScreen.tsx | 72 notes: 'where do these notes show up',
|
| H A D | EventsScreen.tsx | 83 notes: string; 94 notes: "It's cool",
|
| /expo/guides/releasing/ |
| H A D | Versions Endpoint.md | 3 …poses where similar information is required, for example linking to release notes from the website.
|
| H A D | Release Workflow.md | 160 - Take notes of everything that you find, and share those notes with the team when you are done. If… 373 - Copy the previous release notes blog post and replace versions with new versions, remove all cont… 374 - Check for any notes in the beta release notes Linear task 402 ## 5.9. Start release notes document 408 - Copy the previous release notes blog post and replace versions with new versions, remove all cont… 409 - Check for any notes in the release notes Linear task 483 - Publish release notes to Medium. 488 **Why:** A few places in our infrastructure need to know about the release notes once they're publi… 492 - Add the release notes to the versions endpoint: `et update-versions --sdkVersion XX.X.X --key rel… 493 - Add the release notes URL to the `upgrading-expo-sdk-walkthrough` docs page, commit and push to m… [all …]
|
| /expo/ios/ |
| H A D | Podfile | 89 …# Ref: https://developer.apple.com/documentation/xcode-release-notes/xcode-15-release-notes#Deprec…
|
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/ |
| H A D | expo-contacts.js.map | 1 …eturn {\n ...entitlementsPlist,\n 'com.apple.developer.contacts.notes': true,\n };\n …
|
| /expo/docs/pages/additional-resources/ |
| H A D | index.mdx | 15 - [Exposition](https://blog.expo.dev/) - Our official blog, where we post release notes every month…
|
| /expo/packages/expo-calendar/src/ |
| H A D | Calendar.ts | 208 notes: string; 334 notes?: string;
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/contacts/ |
| H A D | Contact.java | 537 ContentValues notes = new ContentValues(); in getContentValues() local 538 notes.put(Data.MIMETYPE, CommonDataKinds.Note.CONTENT_ITEM_TYPE); in getContentValues() 539 notes.put(CommonDataKinds.Note.NOTE, note); in getContentValues() 540 contactData.add(notes); in getContentValues()
|
| /expo/packages/expo-contacts/android/src/main/java/expo/modules/contacts/ |
| H A D | Contact.java | 537 ContentValues notes = new ContentValues(); in getContentValues() local 538 notes.put(Data.MIMETYPE, CommonDataKinds.Note.CONTENT_ITEM_TYPE); in getContentValues() 539 notes.put(CommonDataKinds.Note.NOTE, note); in getContentValues() 540 contactData.add(notes); in getContentValues()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/contacts/ |
| H A D | Contact.java | 537 ContentValues notes = new ContentValues(); in getContentValues() local 538 notes.put(Data.MIMETYPE, CommonDataKinds.Note.CONTENT_ITEM_TYPE); in getContentValues() 539 notes.put(CommonDataKinds.Note.NOTE, note); in getContentValues() 540 contactData.add(notes); in getContentValues()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/contacts/ |
| H A D | Contact.java | 537 ContentValues notes = new ContentValues(); in getContentValues() local 538 notes.put(Data.MIMETYPE, CommonDataKinds.Note.CONTENT_ITEM_TYPE); in getContentValues() 539 notes.put(CommonDataKinds.Note.NOTE, note); in getContentValues() 540 contactData.add(notes); in getContentValues()
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | bar-code-scanner.mdx | 60 #### Additional notes
|
| /expo/apps/test-suite/tests/ |
| H A D | Calendar.js | 47 notes: 'The very first Expo & React Native conference in Europe', property 125 t.expect(typeof event.notes).toBe('string');
|