You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We used a package called @os-team/i18next-react-native-language-detector to detect the device's language setting on mobile and pipe that to i18n. This package seems to be incompatible with Expo SDK 52 and/or React Native 0.76. We've removed it for now until the package has been updated. Since we only currently support English, this is not an urgent ticket.
/** i18n.ts */// Use RNLanguageDetector only if mobileif(process.env.STORYBOOK_WEB!=='true'){i18n.use(RNLanguageDetector)}
Description
We used a package called @os-team/i18next-react-native-language-detector to detect the device's language setting on mobile and pipe that to i18n. This package seems to be incompatible with Expo SDK 52 and/or React Native 0.76. We've removed it for now until the package has been updated. Since we only currently support English, this is not an urgent ticket.
Acceptance Criteria
i18n.ts
The text was updated successfully, but these errors were encountered: