Home
last modified time | relevance | path

Searched refs:availability (Results 1 – 25 of 52) sorted by relevance

123

/expo/packages/expo-sensors/build/
H A DBarometer.js.map1availability before attempting to use it.\n *\n * Check the availability of the device baromet…
H A DMagnetometer.js.map1availability before attempting to use it.\n *\n * Check the availability of the device magneto…
H A DLightSensor.js.map1availability before attempting to use it.\n *\n * Returns whether the light sensor is availabl…
H A DGyroscope.js.map1availability before attempting to use it.\n *\n * Returns whether the gyroscope is enabled on …
H A DAccelerometer.js.map1availability before attempting to use it.\n *\n * Returns whether the accelerometer is enabled…
H A DDeviceMotion.js.map1availability before attempting to use it.\n *\n * Returns whether the accelerometer is enabled…
/expo/packages/expo-calendar/ios/EXCalendar/
H A DEXCalendarConverter.m44 + (NSString *)_eventAvailability:(EKEventAvailability)availability
46 if (availability == EKEventAvailabilityNotSupported) return @"notSupported";
47 if (availability == EKEventAvailabilityBusy) return @"busy";
48 if (availability == EKEventAvailabilityFree) return @"free";
49 if (availability == EKEventAvailabilityTentative) return @"tentative";
50 if (availability == EKEventAvailabilityUnavailable) return @"unavailable";
282 …formedCalendarEvent[@"availability"] = [EXCalendarConverter _eventAvailability:event.availability];
/expo/ios/versioned/sdk47/EXCalendar/EXCalendar/
H A DABI47_0_0EXCalendarConverter.m44 + (NSString *)_eventAvailability:(EKEventAvailability)availability
46 if (availability == EKEventAvailabilityNotSupported) return @"notSupported";
47 if (availability == EKEventAvailabilityBusy) return @"busy";
48 if (availability == EKEventAvailabilityFree) return @"free";
49 if (availability == EKEventAvailabilityTentative) return @"tentative";
50 if (availability == EKEventAvailabilityUnavailable) return @"unavailable";
282 …formedCalendarEvent[@"availability"] = [ABI47_0_0EXCalendarConverter _eventAvailability:event.avai…
/expo/ios/versioned/sdk49/EXCalendar/EXCalendar/
H A DABI49_0_0EXCalendarConverter.m44 + (NSString *)_eventAvailability:(EKEventAvailability)availability
46 if (availability == EKEventAvailabilityNotSupported) return @"notSupported";
47 if (availability == EKEventAvailabilityBusy) return @"busy";
48 if (availability == EKEventAvailabilityFree) return @"free";
49 if (availability == EKEventAvailabilityTentative) return @"tentative";
50 if (availability == EKEventAvailabilityUnavailable) return @"unavailable";
282 …formedCalendarEvent[@"availability"] = [ABI49_0_0EXCalendarConverter _eventAvailability:event.avai…
/expo/ios/versioned/sdk48/EXCalendar/EXCalendar/
H A DABI48_0_0EXCalendarConverter.m44 + (NSString *)_eventAvailability:(EKEventAvailability)availability
46 if (availability == EKEventAvailabilityNotSupported) return @"notSupported";
47 if (availability == EKEventAvailabilityBusy) return @"busy";
48 if (availability == EKEventAvailabilityFree) return @"free";
49 if (availability == EKEventAvailabilityTentative) return @"tentative";
50 if (availability == EKEventAvailabilityUnavailable) return @"unavailable";
282 …formedCalendarEvent[@"availability"] = [ABI48_0_0EXCalendarConverter _eventAvailability:event.avai…
/expo/apps/native-component-list/src/screens/
H A DMailComposerScreen.tsx14 return `An unknown error occurred while checking the API availability: ${error.message}`;
16 return 'Checking availability...';
H A DBrightnessScreen.tsx17 return `An unknown error occurred while checking the API availability: ${error.message}`;
19 return 'Checking availability...';
H A DSecureStoreScreen.tsx23 return `An unknown error occurred while checking the API availability: ${error.message}`;
25 return 'Checking availability...';
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dbarometer.mdx116 > You should always check the sensor availability before attempting to use it.
118 Returns a promise which resolves into a boolean denoting the availability of the device barometer.
128 - A promise that resolves to a `boolean` denoting the availability of the sensor.
H A Dmagnetometer.mdx138 > You should always check the sensor availability before attempting to use it.
150 - A promise that resolves to a `boolean` denoting the availability of the sensor.
H A Ddevicemotion.mdx30 > You should always check the sensor availability before attempting to use it.
40 - A promise that resolves to a `boolean` denoting the availability of the sensor.
H A Dgyroscope.mdx138 > You should always check the sensor availability before attempting to use it.
148 - A promise that resolves to a `boolean` denoting the availability of the sensor.
H A Daccelerometer.mdx139 > You should always check the sensor availability before attempting to use it.
149 - A promise that resolves to a `boolean` denoting the availability of the sensor.
/expo/apps/test-suite/tests/
H A DCalendar.js48 availability: Calendar.Availability.BUSY, property
83 calendar.allowedAvailabilities.forEach((availability) => {
84 t.expect(Object.values(Calendar.Availability)).toContain(availability);
128 t.expect(Object.values(Calendar.Availability)).toContain(event.availability);
406 availability: Calendar.Availability.FREE, property
413 updatedEvent.availability
/expo/apps/native-component-list/src/screens/Contacts/
H A DContactsScreen.tsx49 return `An unknown error occurred while checking the API availability: ${error.message}`;
51 return 'Checking availability...';
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CoreModules/
H A DBUCK19 "-Wno-error=unguarded-availability-new",
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CoreModules/
H A DBUCK19 "-Wno-error=unguarded-availability-new",
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/CoreModules/
H A DBUCK19 "-Wno-error=unguarded-availability-new",
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Views/
H A DABI48_0_0RCTDatePickerManager.m27 #pragma clang diagnostic ignored "-Wunguarded-availability-new"
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Views/
H A DABI47_0_0RCTDatePickerManager.m27 #pragma clang diagnostic ignored "-Wunguarded-availability-new"

123