Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Make i18n work on iOS #881

Merged
merged 2 commits into from
Jul 24, 2023
Merged

fix: Make i18n work on iOS #881

merged 2 commits into from
Jul 24, 2023

Conversation

Ldoppea
Copy link
Member

@Ldoppea Ldoppea commented Jul 24, 2023

react-native-localize has been upgraded to 2.2.6 to make it
compatible with iOS 11

After 3.0.0 this library requires iOS 12.4 and react-native 0.70
so we should not upgrade to this version until we do the react-native
migration and chose to drop iOS 11 support

Also Intl is only provided on Android's Hermes but is not available on iOS
so we should add a polyfill to use it

`react-native-localize` has been downgraded to `2.2.6` to make it
compatible with iOS `11`

After `3.0.0` this library requires iOS `12.4` and react-native `0.70`
so we should not upgrade to this version until we do the react-native
migration and chose to drop iOS `11` support
`Intl` is only provided on Android's Hermes but is not available on iOS
so we should add a polyfill to use it
@Ldoppea Ldoppea merged commit f7c431b into master Jul 24, 2023
1 check passed
@Ldoppea Ldoppea deleted the fix/i18n_ios branch July 24, 2023 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants