Home
last modified time | relevance | path

Searched refs:temperature (Results 1 – 8 of 8) sorted by relevance

/expo/packages/expo-localization/ios/
H A DLocalizationModule.swift162 let temperature = Measurement(value: 0, unit: UnitTemperature.celsius) in getTemperatureUnit() variable
163 let formatted = formatter.string(from: temperature) in getTemperatureUnit()
/expo/packages/expo-localization/
H A DCHANGELOG.md20 - Added a `temperatureUnit` field, which contains the default temperature unit for the locale. ([#2…
/expo/docs/pages/guides/
H A Dlocalization.mdx34 …east a moderate use of them (such as metric/imperial measurements, currency, temperature, and more)
358 `expo-localization`: - There is yet to be a way to read temperature units from user preferences.
/expo/packages/expo-localization/build/
H A DLocalization.types.js.map1 … measurementSystem: `metric` | `us` | `uk` | null;\n\n /**\n * The temperature unit used in th…
/expo/ios/versioned/sdk47/EXCamera/EXCamera/
H A DABI47_0_0EXCamera.m289 .temperature = [ABI47_0_0EXCameraUtils temperatureForWhiteBalance:_whiteBalance],
/expo/ios/versioned/sdk48/EXCamera/EXCamera/
H A DABI48_0_0EXCamera.m289 .temperature = [ABI48_0_0EXCameraUtils temperatureForWhiteBalance:_whiteBalance],
/expo/ios/versioned/sdk49/EXCamera/EXCamera/
H A DABI49_0_0EXCamera.m303 .temperature = [ABI49_0_0EXCameraUtils temperatureForWhiteBalance:_whiteBalance],
/expo/packages/expo-camera/ios/EXCamera/
H A DEXCamera.m304 .temperature = [EXCameraUtils temperatureForWhiteBalance:_whiteBalance],