| /expo/packages/expo-sensors/build/ |
| H A D | Barometer.js.map | 1 …availability before attempting to use it.\n *\n * Check the availability of the device baromet…
|
| H A D | Magnetometer.js.map | 1 …availability before attempting to use it.\n *\n * Check the availability of the device magneto…
|
| H A D | LightSensor.js.map | 1 …availability before attempting to use it.\n *\n * Returns whether the light sensor is availabl…
|
| H A D | Gyroscope.js.map | 1 …availability before attempting to use it.\n *\n * Returns whether the gyroscope is enabled on …
|
| H A D | Accelerometer.js.map | 1 …availability before attempting to use it.\n *\n * Returns whether the accelerometer is enabled…
|
| H A D | DeviceMotion.js.map | 1 …availability before attempting to use it.\n *\n * Returns whether the accelerometer is enabled…
|
| /expo/packages/expo-calendar/ios/EXCalendar/ |
| H A D | EXCalendarConverter.m | 44 + (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 D | ABI47_0_0EXCalendarConverter.m | 44 + (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 D | ABI49_0_0EXCalendarConverter.m | 44 + (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 D | ABI48_0_0EXCalendarConverter.m | 44 + (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 D | MailComposerScreen.tsx | 14 return `An unknown error occurred while checking the API availability: ${error.message}`; 16 return 'Checking availability...';
|
| H A D | BrightnessScreen.tsx | 17 return `An unknown error occurred while checking the API availability: ${error.message}`; 19 return 'Checking availability...';
|
| H A D | SecureStoreScreen.tsx | 23 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 D | barometer.mdx | 116 > 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 D | magnetometer.mdx | 138 > 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 D | devicemotion.mdx | 30 > 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 D | gyroscope.mdx | 138 > 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 D | accelerometer.mdx | 139 > 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 D | Calendar.js | 48 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 D | ContactsScreen.tsx | 49 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 D | BUCK | 19 "-Wno-error=unguarded-availability-new",
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CoreModules/ |
| H A D | BUCK | 19 "-Wno-error=unguarded-availability-new",
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/CoreModules/ |
| H A D | BUCK | 19 "-Wno-error=unguarded-availability-new",
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Views/ |
| H A D | ABI48_0_0RCTDatePickerManager.m | 27 #pragma clang diagnostic ignored "-Wunguarded-availability-new"
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Views/ |
| H A D | ABI47_0_0RCTDatePickerManager.m | 27 #pragma clang diagnostic ignored "-Wunguarded-availability-new"
|