Home
last modified time | relevance | path

Searched refs:notes (Results 1 – 25 of 55) sorted by relevance

123

/expo/packages/expo-calendar/ios/EXCalendar/
H A DEXCalendar.m293 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 DEXCalendarConverter.m188 serializedItem[@"notes"] = EXNullIfNil(item.notes);
/expo/ios/versioned/sdk47/EXCalendar/EXCalendar/
H A DABI47_0_0EXCalendar.m293 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 DABI49_0_0EXCalendar.m293 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 DABI48_0_0EXCalendar.m293 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 DABI49_0_0RCTTypedModuleConstants.mm27 // See subclassing notes in
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/TypeSafety/
H A DABI47_0_0RCTTypedModuleConstants.mm27 // 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 DABI48_0_0RCTTypedModuleConstants.mm27 // See subclassing notes in
/expo/packages/expo-calendar/build/
H A DCalendar.d.ts191 notes: string;
315 notes?: string;
/expo/packages/@expo/prebuild-config/
H A DCHANGELOG.md51 …only](https://developer.apple.com/documentation/xcode-release-notes/xcode-14-release-notes), min i…
/expo/apps/native-component-list/src/screens/
H A DActionSheetScreen.tsx190 <Text style={styles.notes}>
212 notes: {
H A DRemindersScreen.tsx72 notes: 'where do these notes show up',
H A DEventsScreen.tsx83 notes: string;
94 notes: "It's cool",
/expo/guides/releasing/
H A DVersions Endpoint.md3 …poses where similar information is required, for example linking to release notes from the website.
H A DRelease Workflow.md160 - 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 DPodfile89 …# Ref: https://developer.apple.com/documentation/xcode-release-notes/xcode-15-release-notes#Deprec…
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/
H A Dexpo-contacts.js.map1 …eturn {\n ...entitlementsPlist,\n 'com.apple.developer.contacts.notes': true,\n };\n …
/expo/docs/pages/additional-resources/
H A Dindex.mdx15 - [Exposition](https://blog.expo.dev/) - Our official blog, where we post release notes every month…
/expo/packages/expo-calendar/src/
H A DCalendar.ts208 notes: string;
334 notes?: string;
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/contacts/
H A DContact.java537 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 DContact.java537 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 DContact.java537 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 DContact.java537 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 Dbar-code-scanner.mdx60 #### Additional notes
/expo/apps/test-suite/tests/
H A DCalendar.js47 notes: 'The very first Expo & React Native conference in Europe', property
125 t.expect(typeof event.notes).toBe('string');

123