ReactNativeLocalization
ReactNativeLocalization copied to clipboard
Class to localize the ReactNative interface
xiaomi phones don't expose the region, this is a fix using what the firmware exposes
Hi, The current documentation for android locale, indicates this property has been deprecated and offers alternatives https://developer.android.com/reference/android/content/res/Configuration#locale I'm guessing that even if deprecated it still works, but was wondering what...
react-native: 0.65.1 node: 14.18.1 npm: 6.14.15 macOs: 12.2 (m1) xcode: 13.2.1 I get the following error: ``` ld: warning: directory not found for option '../Build/Products/Debug-iphonesimulator/ReactNativeLocalization' ld: library not found for...
Cannot install React Native Localization (2.1.7) in React Native (0.66.4). Here's the error: ``` ios -> npm i react-native-localization npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency...
I've been using 'react-native-localization' with the following configuration in package.json file - ``` "react-native": "0.64.2", "react-native-localization": "^2.1.7" ``` but keep getting this error. A screenshot from the emulator has been...
"react-native-localization": "^2.1.7", "react-native": "0.64.2", Language in iOS: 'ru' Trying change to: 'it' But after pressing the button, state is not changeable. If I leave ` strings.setLanguage('it');` in the component, after...
When i installed ^2.1.7 there is no option for manual setup I got below error **Severity Code Description Project File Line Suppression State Error CS0246 The type or namespace name...
I have upgraded from version 0.1.32 to version 2.1.6, and formatString is broken. react-native version 0.61.5 For example: ```javascript strings: { info: 'Bread will be done in {0} minutes.' }...
its a big issue with title ,Drawer and all the screens.
Is it possible to update formatString code to handle dot accessor value? Currently Supported and Working let data = { firstName : "React", lastName : "Native" }; Example : formatString("Hello,...