History log of /expo/packages/expo-localization/ios/LocalizationModule.swift (Results 1 – 7 of 7)
Revision Date Author Comments
# 58fd9d6a 25-Aug-2023 Wojciech Dróżdż <[email protected]>

[localization] Add default temperature unit to the locale (#24059)

# Why

We want to add a temperature unit field which will return the
temperature unit used in the region
ENG-6859

# How

O

[localization] Add default temperature unit to the locale (#24059)

# Why

We want to add a temperature unit field which will return the
temperature unit used in the region
ENG-6859

# How

On iOS the unit is based on the current settings in the region tab of
the settings app (note: settings values are ignored in iOS simulator so
any testing in the future should be done on a physical device)
On Android and web a list of regions which use fahrenheit is used and
compared with the current device region.

# Test Plan

Tested in Bare Expo on Android 13, iOS 16 and web

---------

Co-authored-by: Expo Bot <[email protected]>

show more ...


# 52d64055 20-Jun-2023 aleqsio <[email protected]>

[expo-localization] Add hooks, config plugin changes and more features to expo-localization (#22763)


# 12075537 07-Nov-2022 aleqsio <[email protected]>

Add manifest key to allow RTL in expo go experiences (#19634)

Co-authored-by: Expo Bot <[email protected]>
Co-authored-by: Łukasz Kosmaty <[email protected]>
Co

Add manifest key to allow RTL in expo go experiences (#19634)

Co-authored-by: Expo Bot <[email protected]>
Co-authored-by: Łukasz Kosmaty <[email protected]>
Co-authored-by: Tomasz Sapeta <[email protected]>

show more ...


# 17185210 05-Oct-2022 aleqsio <[email protected]>

[ENG-6235][localization] Add sync methods to expo localization (#19019)

Co-authored-by: Łukasz Kosmaty <[email protected]>
Co-authored-by: Tomasz Sapeta <[email protected]>
Co

[ENG-6235][localization] Add sync methods to expo localization (#19019)

Co-authored-by: Łukasz Kosmaty <[email protected]>
Co-authored-by: Tomasz Sapeta <[email protected]>
Co-authored-by: Aman Mittal <[email protected]>
Co-authored-by: Bartosz Kaszubowski <[email protected]>

show more ...


# 2c5ab579 27-Apr-2022 Tomasz Sapeta <[email protected]>

[ios][android] Migrate names of module definition components (#17193)


# f29fbd8b 06-Jan-2022 Evan Bacon <[email protected]>

Guess the device language on iOS rather than using the app-specific lang (#15807)

* Guess the device language on iOS rather than using the app-specific language.

* Update packages/expo-localizati

Guess the device language on iOS rather than using the app-specific lang (#15807)

* Guess the device language on iOS rather than using the app-specific language.

* Update packages/expo-localization/CHANGELOG.md

Co-authored-by: Expo Bot <[email protected]>

* Update packages/expo-localization/ios/LocalizationModule.swift

Co-authored-by: Tomasz Sapeta <[email protected]>

Co-authored-by: Expo Bot <[email protected]>
Co-authored-by: Tomasz Sapeta <[email protected]>

show more ...


# b069057d 22-Nov-2021 Tomasz Sapeta <[email protected]>

[ios] Migrate expo-localization to the new API (#15266)