ReactNativeLocalization
ReactNativeLocalization copied to clipboard
Class to localize the ReactNative interface
This is probably a stupid question, and I apologize in advance for my own naivety, Instructions I'm following https://www.npmjs.com/package/react-native-localization#manual-installation-windows I've been trying to do the manual installation for windows, but...
I am getting this error building my application: ``` clang: error: no such file or directory: '/Users/.../Library/Developer/Xcode/DerivedData/APP-NAME-cejwetkwasifdqchmvjfmmbyvabv/Build/Products/Debug-iphonesimulator/libReactNativeLocalization.a' ``` My environment: - macOS 11.1 - Xcode 12.4 (12D4e) - node v10.13.0...
For Malayalam only Language is not changing, other languages are working fine. My Current library version is 2.1.6. "react": "16.13.1", "react-dom": "16.13.1", "react-native": "0.63.2",
import strings from '../../localization'; const setLanguage = (lang) => { strings.setLanguage(lang); } string of setLanguage not working other pages Why?
My initial json looks like **localization_en-US.js** ``` let myArray = [ { key: "key1", value: "value1"}, { key: "key2", value: "value2"} { key: "key3", value: "value3"} { key: "key4", value:...
When updating to the latest version of RN, the iOS build fails with the below message fatal error: 'UIKit/UIDevice.h' file not found #import ^~~~~~~~~~~~~~~~~~ "react": "16.13.1", "react-native": "0.63.2", "react-native-localization": "2.1.6",...
Hi, I know that is not specially a BUG, but it's really annoying. After `setLanguage()` only change in the current component, and in the others when they update / render...
Hi @stefalda , I installed this package and just did a quick test by updating my phone language on Android to "Spanish" as this is a language key within the...
Hi, just a suggestion about updating the peer dependencies because of there is a warning when installing the library: warning " > [email protected]" has incorrect peer dependency "react-native@^0.41.2". warning "...